2299fc18956b8aca0ec270bc848987be53564438 |
|
25-Jun-2010 |
Benjamin Kramer <benny.kra@googlemail.com> |
A bug I've introduced in STDIN handling surfaced a few broken tests, fix them. Lexer/hexfloat.cpp is now XFAIL'd, I'd appreciate if someone could look into it. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106840 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/blocks-aligned-byref-variable.c
|
3573b2c84372d9484296fa658f5276f6c09acb92 |
|
15-Dec-2009 |
Daniel Dunbar <daniel@zuster.org> |
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91446 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/blocks-aligned-byref-variable.c
|
a4996b889ffe46f13e7f81d14a31bc22342ed368 |
|
08-Nov-2009 |
Daniel Dunbar <daniel@zuster.org> |
Eliminate &&s in tests. - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86430 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/blocks-aligned-byref-variable.c
|
4c6bb8b8c0b6e411d1dcd36b441e458b822a4d94 |
|
13-Sep-2009 |
Anders Carlsson <andersca@mac.com> |
Fix another byref bug. This should hopefully get QuickLookPlugins building successfully. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81681 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/blocks-aligned-byref-variable.c
|
d3021bf568ddfdc62027a044ce98097cdc7d22c4 |
|
12-Sep-2009 |
Anders Carlsson <andersca@mac.com> |
Add support for __block variables with alignment greater than __alignof(void *). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81602 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/blocks-aligned-byref-variable.c
|