llvm-project/clang/test
Douglas Gregor 028d3e4d0f Use precompiled preambles for in-process code completion.
llvm-svn: 110596
2010-08-09 20:45:32 +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 Allow EvalBinOpNN to handle expressions of the form $a+$b if $b can be reduced to a constant. 2010-08-09 20:31:57 +00:00
CXX Diagnose the use of "inline" on block-scope function declarations in 2010-08-06 11:44:10 +00:00
CodeCompletion When performing code completion for a case statement in a switch whose 2010-07-28 21:50:18 +00:00
CodeGen Thread local variables aren't considered common linkage. 2010-08-08 01:37:14 +00:00
CodeGenCXX Inline a special case of EmitAggregateCopy into EmitNullInitialization 2010-08-07 08:21:30 +00:00
CodeGenObjC Finishing up block variable layout API by supporting 2010-08-06 16:28:55 +00:00
CodeGenObjCXX Allow reference binding of a reference of Objective-C object type to 2010-08-07 11:51:51 +00:00
Coverage Eliminate the "minimal" and printing parser actions, which only ever 2010-07-26 04:08:02 +00:00
Driver Driver: Start ripping out support for -pipe, which is worthless and complicates 2010-08-02 02:38:03 +00:00
FixIt Introduce -f{no-}spell-checking options to enable/disable 2010-07-09 17:35:33 +00:00
Frontend Revert r110440, the fix for PR4897. Chris claims to have a better way. 2010-08-08 07:49:23 +00:00
Headers Add AVX intrinsics header 2010-08-04 22:03:36 +00:00
Index Use precompiled preambles for in-process code completion. 2010-08-09 20:45:32 +00:00
Lexer tests: Make FileCheck version check that preamble isn't longer than we expected. 2010-07-22 02:22:24 +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 Remove a FIXME. 2010-08-09 10:59:17 +00:00
Parser Introduce a new token kind 'cxx_defaultarg_end' to mark the end of C++ default arguments that were part of 2010-08-06 09:47:24 +00:00
Preprocessor Push location through the MacroUndefined PPCallback and use it to print #undefs in -dD mode. (PR7818) 2010-08-07 22:27:00 +00:00
Rewriter Initialize block's imported variable(s) in 2010-07-28 23:27:30 +00:00
Sema Make sure that we diagnose attribute((overloadable)) functions without 2010-08-06 13:50:58 +00:00
SemaCXX Fix a crash on template delete operators. 2010-08-08 07:04:00 +00:00
SemaObjC Warn if class object does not implement qualified 2010-08-09 18:21:43 +00:00
SemaObjCXX Add some more tests for reference binding of Objective-C objects 2010-08-07 11:56:45 +00:00
SemaTemplate PR7837: For qualified id's, make sure the decl context is complete if not 2010-08-06 23:41:47 +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 %clangxx when using driver for C++, in case C++ support is disabled. 2010-06-29 16:52:24 +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