hanchenye-llvm-project/clang/test
Fariborz Jahanian 5e15186c9a added -fblocks to the test.
llvm-svn: 71890
2009-05-15 20:49:33 +00:00
..
Analysis Fix crash when deriving the enclosing summary of a method whose first selector slot has a null IdentifierInfo*. This happens when analyzing Growl. 2009-05-15 15:49:00 +00:00
CodeGen Avoid generating temp in source directory 2009-05-14 17:00:11 +00:00
CodeGenCXX A C++ member function always has either weak linkage (if it's inline or defined inline) or strong linkage (other cases). 2009-05-15 18:35:39 +00:00
CodeGenObjC Skip the asm prefix when storing the name in block info. 2009-05-14 16:42:16 +00:00
Coverage remove obsolete tests. 2009-04-22 22:06:26 +00:00
Driver Test for x86 target features, I forgot to commit this. 2009-05-11 23:06:15 +00:00
FixIt Fixed the Fix-It hints for comparison against a string literal. Thanks, Chris! 2009-04-06 18:45:53 +00:00
Frontend Fixed the test. 2009-04-10 22:09:52 +00:00
Lexer accept "#pragma clang foo" where we accept "#pragma GCC foo". 2009-05-12 18:21:11 +00:00
Misc When word-wrapping, be more defensive about a ridiculously small number of columns. Fixes <rdar://problem/6892178> 2009-05-15 18:05:24 +00:00
PCH Make precompiled headers work with -E. When we're only preprocessing 2009-05-12 01:31:05 +00:00
Parser Refactor the parsing of declarations so that template declarations can 2009-05-12 21:31:51 +00:00
Preprocessor Fix rdar://6880630 - # in _Pragma does not start a preprocessor directive. 2009-05-13 06:10:29 +00:00
Rewriter Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
Sema added -fblocks to the test. 2009-05-15 20:49:33 +00:00
SemaCXX Check that the function being overridden is virtual. 2009-05-14 22:15:41 +00:00
SemaObjC Don't warn if result/argument type of an implemented 2009-05-14 23:52:54 +00:00
SemaObjCXX Improve handling of (X86) target features. 2009-05-06 03:16:41 +00:00
SemaTemplate Instantiation support for 'this' 2009-05-15 20:26:03 +00:00
Makefile Update to account for the great driver renaming. 2009-03-25 17:56:16 +00:00
TestRunner.sh If stderr isn't a terminal, don't try to guess the terminal width or 2009-05-06 21:28:42 +00:00