hanchenye-llvm-project/clang/test
Eli Friedman 5a996fc0fc Now that LLVM CodeGen can handle the generic variations a bit better,
get rid of a few more clang vector builtins.

llvm-svn: 73015
2009-06-07 07:12:56 +00:00
..
Analysis Fix: 2009-06-05 23:18:01 +00:00
CodeGen Now that LLVM CodeGen can handle the generic variations a bit better, 2009-06-07 07:12:56 +00:00
CodeGenCXX Fix a thinko. 2009-06-01 00:26:14 +00:00
CodeGenObjC As an optimization, we maintain a cache of generated 2009-06-05 23:26:36 +00:00
Coverage AST printing for C++ base classes 2009-05-30 06:58:37 +00:00
Driver Set function Attribute::NoImplicitFloat appropriately. 2009-06-05 22:05:48 +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 Update test to work with the limited Sema for #pragma weak. 2009-06-05 02:49:06 +00:00
Preprocessor PR4288: Make -dD (dump macros with preprocessed source) play nicely with 2009-06-02 07:55:39 +00:00
Rewriter Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
Sema Test changes to account for removed builtins. 2009-06-06 18:15:42 +00:00
SemaCXX Use "()" instead of "(void)" when pretty-printing a parameter-less function type for C++. 2009-06-03 02:06:50 +00:00
SemaObjC Diagnose misuse of __strong attribute in a redeclaration. 2009-06-02 20:58:58 +00:00
SemaObjCXX Add an XFAIL test to demonstrate references in Obj-C++, this currently crashes. 2009-06-05 06:03:19 +00:00
SemaTemplate Fix another crash and actually make the test case work. 2009-06-05 02:45:24 +00:00
CMakeLists.txt Switch CMake testing over to use Daniels new(er) Python-based infrastructure. 2009-06-05 23:57:17 +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