llvm-project/clang/test
Douglas Gregor ebb7c84891 Move the sorting of code-completion results out of the main path and
into the clients, e.g., the printing code-completion consumer and
c-index-test. Clients may want to re-sort the results anyway.

llvm-svn: 112095
2010-08-25 22:15:42 +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 Improvements to IdempotentOperationChecker and its use of PseudoConstantAnalysis 2010-08-24 21:09:07 +00:00
CXX Support explicit instantiation of function templates and members of class 2010-08-25 08:27:02 +00:00
CodeCompletion When performing code completion for a case statement in a switch whose 2010-07-28 21:50:18 +00:00
CodeGen Make sure volatile variables are emitted even if static. Fixes rdar://8315219 2010-08-25 10:15:24 +00:00
CodeGenCXX Support explicit instantiation of function templates and members of class 2010-08-25 08:27:02 +00:00
CodeGenObjC Robustify test. 2010-08-25 17:32:22 +00:00
CodeGenObjCXX Just disable the hidden-visibility optimization for now by hiding it behind 2010-08-12 23:36:15 +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 Move the sorting of code-completion results out of the main path and 2010-08-25 22:15:42 +00:00
Lexer Test for PR7888. 2010-08-19 19:13: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 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 Preserve invalidity of typeof operands in C++. 2010-08-24 23:41:43 +00:00
Preprocessor filecheckize test 2010-08-21 00:29:50 +00:00
Rewriter Initialize block's imported variable(s) in 2010-07-28 23:27:30 +00:00
Sema Implement __builtin_printf, __builtin_fprintf. Fixes <rdar://problem/8336581>. 2010-08-25 15:47:31 +00:00
SemaCXX Move the test for radar 8018252 to 2010-08-24 22:55:33 +00:00
SemaObjC No need to default synthesize property if implementation 2010-08-25 00:31:58 +00:00
SemaObjCXX In Sema::AddBuiltinOperatorCandidates, candidate pointer types set can also contain a ObjCObjectPointerType since r111699. 2010-08-23 07:12:16 +00:00
SemaTemplate Add a workaround for PR7947, a crash trying to recover from invalid C++ code. 2010-08-20 20:54:15 +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