llvm-project/clang/test
Anders Carlsson 16d5d291ec Mangle Objective-C interfaces correctly (where correctly refers to what gcc does)
llvm-svn: 66349
2009-03-07 22:03:21 +00:00
..
Analysis Fix another GRExprEngine::VisitCast regression: handle casts of void* to function pointers. 2009-03-05 22:47:06 +00:00
CodeGen codegen support for dispose helpers for block literals. 2009-03-07 02:53:18 +00:00
CodeGenCXX Add basic support for C++ name mangling according to the Itanium C++ 2009-02-13 00:10:09 +00:00
CodeGenObjC Mangle Objective-C interfaces correctly (where correctly refers to what gcc does) 2009-03-07 22:03:21 +00:00
Coverage Don't mangle names of local variables. 2009-03-05 22:59:19 +00:00
Frontend Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* 2009-03-02 06:16:29 +00:00
Lexer change a diagnostic message from something pedantically correct but 2009-02-27 17:15:01 +00:00
Misc Fix PR3635 by handling ## magically 2009-02-24 05:29:33 +00:00
Parser Clean up some error messages with anonymous structs/unions and member declaration parsing. Fixes PR3680 2009-03-06 23:28:18 +00:00
Preprocessor #import is not considered an extension for ObjC. 2009-03-06 04:28:03 +00:00
Rewriter Extend builtin "attribute" syntax to include a notation for 2009-02-14 00:32:47 +00:00
Sema Tweak warning text from the last commit 2009-03-06 23:46:13 +00:00
SemaCXX Improve recovery from ill-formed scope specifiers. Fixes PR3670. 2009-03-06 19:06:37 +00:00
SemaObjC Partial fix <rdar://problem/6301205> [irgen] dot-syntax on super isn't supported. 2009-03-05 20:12:00 +00:00
SemaObjCXX When inside an Objective-C++ method, name lookup should look into the 2009-02-16 19:28:42 +00:00
SemaTemplate Implement the basics of implicit instantiation of class templates, in 2009-03-03 04:44:36 +00:00
Serialization true is pass, false is success. 2009-02-03 07:28:12 +00:00
Makefile Add test case for __ASSEMBLER__ definition. 2008-12-01 19:23:47 +00:00
TestRunner.sh Test commit. 2008-10-15 00:26:06 +00:00