clang-1/test
Bill Wendling d52dfbb61c Revert part of previous commit. The change for this isn't in this branch.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_28@113153 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-06 09:23:29 +00:00
..
ASTMerge Hack in some really terrible C++ record PCH support that I need right now. 2010-06-03 19:28:45 +00:00
Analysis Get rid of the "functions declared 'noreturn' should have a 'void' result type" warning. 2010-09-03 00:25:02 +00:00
CXX Allow anonymous and local types. The support was already in place for these, 2010-09-03 21:12:34 +00:00
CodeCompletion When provide code completions for a variadic Objective-C method 2010-08-31 05:13:43 +00:00
CodeGen Approved by Chris: 2010-09-06 09:13:40 +00:00
CodeGenCXX Clean up some whitespace and comments from this test that were remnants of 2010-09-03 21:17:53 +00:00
CodeGenObjC tests: Fix a dependency on the temporary value names. 2010-09-03 00:24:06 +00:00
CodeGenObjCXX Fix IRGen when property-dot syntax used to access 2010-09-01 19:36:41 +00:00
Coverage Eliminate the "minimal" and printing parser actions, which only ever 2010-07-26 04:08:02 +00:00
Driver Driver/Darwin: Switch to using simplified tool chain by default -- what better 2010-08-23 20:58:55 +00:00
FixIt When complaining about a duplicate declspec, provide a Fix-It that 2010-08-23 14:34:43 +00:00
Frontend Frontend: Add basic -H support. 2010-08-24 22:44:13 +00:00
Headers Disallow direct inclusion of avxintrin.h. Users should include immintrin.h instead. This matches GCC's behavior. 2010-08-20 23:00:03 +00:00
Index Synchronize code-completion cursor kinds with indexing cursor 2010-09-03 23:30:36 +00:00
Lexer Implement __has_feature(cxx_inline_namespaces) 2010-08-31 23:28:47 +00:00
Misc tests: Use %clangxx when using driver for C++, in case C++ support is disabled. 2010-06-29 16:52:24 +00:00
PCH AST writer support for having specializations of templates from earlier in the chain. This ought to finish C++ chained PCH support. 2010-08-24 22:50:24 +00:00
Parser Revert my user-defined literal commits - r1124{58,60,67} pending 2010-08-30 17:47:05 +00:00
Preprocessor Now that GCC will have #pragma push/pop (in GCC 4.6), allow the 2010-08-30 15:15:34 +00:00
Rewriter Initialize block's imported variable(s) in 2010-07-28 23:27:30 +00:00
Sema Revert part of previous commit. The change for this isn't in this branch. 2010-09-06 09:23:29 +00:00
SemaCXX Approved by Chris: 2010-09-06 09:13:40 +00:00
SemaObjC when emitting an error about a missing } in a compound statement, emit 2010-09-01 15:49:26 +00:00
SemaObjCXX Patch to allow alternative representation of c++ 2010-09-03 01:26:16 +00:00
SemaTemplate Fix PR7402 when it strikes via template instantiation. 2010-09-03 21:54:20 +00:00
CMakeLists.txt CMake: Clang test targets depend on the {FileCheck,not,count} tools. 2010-07-29 22:57:17 +00:00
Makefile daniel doesn't hate me, he hates macpython 2.5, which 2010-07-18 18:42:35 +00:00
TestRunner.sh Switch TestRunner.sh to just use 'lit'. 2009-09-20 22:00:23 +00:00
cxx-sections.data Update C++ section data and directory structure to reflect N2914 2009-06-30 16:45:27 +00:00
lit.cfg tests: Use REQUIRES: instead of XFAIL: for crash recovery tests; running them on 2010-08-24 21:39:55 +00:00
lit.site.cfg.in Rework site config for cmake to be generated at configure time, and only pass 2009-11-07 23:53:32 +00:00
make_test_dirs.pl Add the structure for a C++ test suite that mimics the structure of the C++ standard 2009-06-13 06:06:53 +00:00