hanchenye-llvm-project/clang/test
Douglas Gregor ba91b89711 Yet more instantiation-location information. Fixes PR5336.
llvm-svn: 85516
2009-10-29 17:56:10 +00:00
..
Analysis Fix accidental use of CheckSVal instead of CheckLocation, and add a 2009-10-29 05:33:39 +00:00
CXX Implement support for semantic checking and template instantiation of 2009-10-29 00:04:11 +00:00
CodeCompletion - Fixup SortCodeCompleteResult() to properly sort keywords on Mac OS (compare was system dependent). Worked on Linux, failed on Mac OS (which caused the recently added testcase to fail on Linux). 2009-10-08 23:45:10 +00:00
CodeGen make clang emit undefs for padding of structs and unions instead of zeros. this enables constant compaction optimizations. 2009-10-29 11:27:06 +00:00
CodeGenCXX Code gen for array construction - WIP 2009-10-28 20:55:41 +00:00
CodeGenObjC Fix <rdar://problem/7330784>. Avoid crashing on 'Class<p>' when generating meta-data for a class. 2009-10-28 22:03:49 +00:00
Coverage Fix crash when synthesizing property setters when the property type and ivar 2009-10-27 19:21:30 +00:00
Driver Convert some driver checks to FileCheck. 2009-10-26 18:07:30 +00:00
FixIt Add 'fixit' hint on mis-use of pointer-to-member 2009-10-26 20:45:27 +00:00
Frontend clang-cc: Allow building for x86_64 with -mmacosx-version-min=10.4. 2009-10-26 17:52:49 +00:00
Index Keep track of whether declararions were loaded from a precompiled 2009-10-16 20:01:17 +00:00
Lexer Converted to use FileCheck. 2009-10-13 18:51:26 +00:00
Misc Tweak test, with -strict-whitespace $ won't match on Windows because the buffer 2009-10-25 20:34:02 +00:00
PCH
Parser Disabling some MS extensions which cause these tests to fail 2009-10-27 14:31:53 +00:00
Preprocessor add two new and very exhaustive preprocessor tests, patch by 2009-10-29 04:55:36 +00:00
Rewriter
Sema Fix some Window-isms to get these tests to pass on Windows. 2009-10-29 00:10:42 +00:00
SemaCXX Diagnose use of data pointer member in a function call 2009-10-28 16:49:46 +00:00
SemaObjC Type of a conditional expression with two distinct objective-c 2009-10-27 23:02:38 +00:00
SemaObjCXX
SemaTemplate Yet more instantiation-location information. Fixes PR5336. 2009-10-29 17:56:10 +00:00
CMakeLists.txt Add support for a chain of stat caches in the FileManager, rather than 2009-10-16 18:18:30 +00:00
Makefile Allow the PYTHON make variable to override the default Python when running Clang tests, from Ken Dyck. 2009-09-29 14:54:28 +00:00
TestRunner.sh Switch TestRunner.sh to just use 'lit'. 2009-09-20 22:00:23 +00:00
cxx-sections.data
lit.cfg Add the lib path to LD_LIBRARY_PATH, so finding .so works (more) portably. 2009-09-26 07:36:09 +00:00
lit.site.cfg.in Add the lib path to LD_LIBRARY_PATH, so finding .so works (more) portably. 2009-09-26 07:36:09 +00:00
make_test_dirs.pl