clang-1/test
Douglas Gregor 3433cf7dfd Template instantiation for C++ "new" expressions.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72199 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-21 00:00:09 +00:00
..
Analysis Add special cases to retain checker for 'create' methods in QCView, QCRenderer, and CIContext (Apple APIs). 2009-05-20 22:39:57 +00:00
CodeGen Update test 2009-05-19 16:09:59 +00:00
CodeGenCXX Handle the remaining unhandled cases in EmitReferenceBindingToExpr. 2009-05-20 02:31:19 +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 Patch finishes off application of printf attribute on blocks. 2009-05-19 17:08:59 +00:00
SemaCXX Ban the use of __builtin_types_compatible_p in C++; g++ doesn't support it, 2009-05-19 22:28:02 +00:00
SemaObjC implementation of format_arg for ObjC methods/functions. 2009-05-20 17:41:43 +00:00
SemaObjCXX Improve handling of (X86) target features. 2009-05-06 03:16:41 +00:00
SemaTemplate Template instantiation for C++ "new" expressions. 2009-05-21 00:00:09 +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