llvm-project/clang/test
Douglas Gregor be81045db7 Template instantiation for call expressions.
llvm-svn: 72081
2009-05-19 00:38:01 +00:00
..
Analysis Fix PR 4230: Don't flag leaks of NSAutoreleasePools until we know that we aren' at the top-most scope of autorelease pools. 2009-05-18 23:14:34 +00:00
CodeGen Remove an unused builtin. 2009-05-18 19:25:54 +00:00
CodeGenCXX Add support for converting member pointer types to LLVM types. Also mangle pointer to member functions correctly and add tests. 2009-05-17 17:41:20 +00:00
CodeGenObjC Debug info: Initialize runtime language field correctly for Objective-C 2009-05-18 20:51:58 +00:00
Coverage Simplify tests now that GNU runtime supports exception handling. 2009-05-18 17:43:32 +00:00
Driver Test for x86 target features, I forgot to commit this. 2009-05-11 23:06:15 +00:00
FixIt Update test case; I'm confused why this wasn't failing on the buildbot 2009-05-16 19:30:01 +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 Fix for PR2386: distinguish between insertion and replacements in the 2009-05-18 13:56:52 +00:00
PCH Make precompiled headers work with -E. When we're only preprocessing 2009-05-12 01:31:05 +00:00
Parser Make the RAII extension warning silencing for __extension__ a bit 2009-05-16 23:40:44 +00:00
Preprocessor PR3942: Don't warn on unsigned overflow in preprocessor expressions. 2009-05-16 21:24:10 +00:00
Rewriter Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
Sema Add stricter checking for va_arg. 2009-05-16 12:46:54 +00:00
SemaCXX Use the Itanium ABI for member pointers. Add a missing 'break' statement and a test case 2009-05-17 02:06:04 +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 Template instantiation for call expressions. 2009-05-19 00:38:01 +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