llvm-project/clang/test
Douglas Gregor e0b2866147 Implement template instantiation for using directives, which is dead simple.
Also, make the "don't know how to instantiate a particular kind of
declaration" diagnostic nicer, so we don't have to trap Clang in a
debugger to figure out what went wrong.

llvm-svn: 89050
2009-11-17 06:07:40 +00:00
..
Analysis Add test to verify that the analyzer plist output is what we expect. 2009-11-17 02:31:39 +00:00
CXX Deallocation functions must also be static. 2009-11-15 19:08:46 +00:00
CodeCompletion Remove RUN: true lines. 2009-11-08 01:47:25 +00:00
CodeGen Fix tests after enabling -split-phi-edges. 2009-11-17 01:47:01 +00:00
CodeGenCXX Unify the way destructor epilogues are generated for synthesized and regular destructors. Also fix PR5529. 2009-11-17 04:44:12 +00:00
CodeGenObjC Handle case of missing '@end' in implementation context 2009-11-16 18:57:01 +00:00
Coverage Remove RUN: true lines. 2009-11-08 01:47:25 +00:00
Driver Add clang -mcpu=native support, patch by Roman Divacky, varioustweaks by me. 2009-11-14 22:04:54 +00:00
FixIt Improve test to make sure -fixit is really working. 2009-11-14 19:25:21 +00:00
Frontend Remove RUN: true lines. 2009-11-08 01:47:25 +00:00
Index Have clang_getCursorSource() return NULL when the source location is invalid or refers to a built-in buffer. Implements <rdar://problem/7296243>. 2009-11-17 05:31:58 +00:00
Lexer Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
Misc Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
PCH Fix PCH/preprocess test to be more useful, and unbreak -E mode with implicit 2009-11-12 01:36:20 +00:00
Parser Fix broken tests, exposed by improved -verify. 2009-11-14 03:24:04 +00:00
Preprocessor Parameterize the constant-generating macros in stdint.h with new built-in 2009-11-16 16:36:33 +00:00
Rewriter Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
Sema Add constant evaluation for comma operator with floating-point operand. Fixes 2009-11-16 04:25:37 +00:00
SemaCXX Repair broken FindCompositePointerType. Correct early termination condition. Get CVR qualifiers from canonical types. Traverse collected qualifiers in reverse order on rebuilding the pointer, so that we don't swap inner and outer qualifiers. That last one fixes PR5509. 2009-11-16 21:03:45 +00:00
SemaObjC Remove extra space in warn_maynot_respond diagnostic. Fixes <rdar://problem/7364274>. 2009-11-17 00:35:14 +00:00
SemaObjCXX Switch XFAIL format to match LLVM. 2009-11-03 07:25:45 +00:00
SemaTemplate Implement template instantiation for using directives, which is dead simple. 2009-11-17 06:07:40 +00:00
CMakeLists.txt Simplify. 2009-11-08 09:46:39 +00:00
Makefile Add clang_site_config user variable, so that extra tests (e.g., utils/C++Syntax) 2009-11-05 16:36:19 +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 Drop require_and_and argument. 2009-11-08 01:47:35 +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