hanchenye-llvm-project/clang/test
Daniel Dunbar f85fabec35 Remove some redundant tests.
llvm-svn: 89069
2009-11-17 08:57:06 +00:00
..
Analysis Add EvalEndPath interface to Checker. Now we can check memory leaked at the 2009-11-17 07:54:15 +00:00
CXX Commit this random test case. 2009-11-17 08:57:02 +00:00
CodeCompletion Remove RUN: true lines. 2009-11-08 01:47:25 +00:00
CodeGen Remove some redundant tests. 2009-11-17 08:57:06 +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 Move -fnext-runtime defaulting to driver (and change clang-cc default to 2009-11-17 07:07:28 +00:00
Coverage Move -fnext-runtime defaulting to driver (and change clang-cc default to 2009-11-17 07:07:28 +00:00
Driver Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver, 2009-11-17 08:07:36 +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 Remove some redundant tests. 2009-11-17 08:57:06 +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 Move -fnext-runtime defaulting to driver (and change clang-cc default to 2009-11-17 07:07:28 +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
cxx-sections.data
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