llvm-project/clang/test
Fariborz Jahanian 2bd617c46c Method attributes may only be specified on method
declarations.

llvm-svn: 71597
2009-05-12 21:36:23 +00:00
..
Analysis Fix: <rdar://problem/6320065> false positive - init method returns an object owned by caller 2009-05-12 20:06:54 +00:00
CodeGen implement l-value codegen of comma expr 2009-05-12 21:28:12 +00:00
CodeGenCXX push GlobalDecl through enough of the CodeGenModule interfaces 2009-05-12 21:21:08 +00:00
CodeGenObjC Patch to implement ivar synthesis of properties declared in protocols 2009-05-12 18:14:29 +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 adjust this to bourne shell syntax 2009-05-06 06:00:28 +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 Handle -march for the LLVM recognized cpu names. 2009-05-06 21:56:32 +00:00
Rewriter Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
Sema Fix the atomics sema code to convert operands to the argument types 2009-05-08 15:36:58 +00:00
SemaCXX Friend declarations are only valid inside class definitions. 2009-05-11 22:55:49 +00:00
SemaObjC Method attributes may only be specified on method 2009-05-12 21:36:23 +00:00
SemaObjCXX Improve handling of (X86) target features. 2009-05-06 03:16:41 +00:00
SemaTemplate Refactor the parsing of declarations so that template declarations can 2009-05-12 21:31:51 +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