hanchenye-llvm-project/clang/test
Chris Lattner be35620902 This takes a long time to crash, just disable it for now.
llvm-svn: 76263
2009-07-17 23:48:38 +00:00
..
Analysis Make noreturn functions alter the CFG. 2009-07-17 01:04:31 +00:00
CXX Fix test case to match intent. 2009-07-11 20:17:35 +00:00
CodeGen codegen string literals using private linkage now like llvm-gcc, eliminating 2009-07-16 05:03:48 +00:00
CodeGenCXX Improve code generation for function template specializations: 2009-06-29 22:39:32 +00:00
CodeGenObjC ir-gen for --/++ operators of objc object pointers 2009-07-16 22:04:59 +00:00
Coverage Introduce a new concept to the static analyzer: SValuator. 2009-06-26 00:05:51 +00:00
Driver [llvm up] Add support for '#' component of QA_OVERRIDE_GCC3_OPTIONS. 2009-07-16 21:32:51 +00:00
FixIt Update test case; I'm confused why this wasn't failing on the buildbot 2009-05-16 19:30:01 +00:00
Frontend Forward -C and -CC to clang. 2009-06-08 21:48:20 +00:00
Index Add comments to indicate why RUN lines are below the source code. 2009-07-15 18:59:40 +00:00
Lexer PR4395: Don't detect token concatenation in C mode for 2009-06-15 19:48:50 +00:00
Misc Fix for PR2386: distinguish between insertion and replacements in the 2009-05-18 13:56:52 +00:00
PCH Fixes for a couple of things: 2009-07-14 03:18:53 +00:00
Parser Fix the parser error hanlding for __builtin_offsetof to actually print 2009-06-27 20:38:33 +00:00
Preprocessor add push/pop semantics for diagnostics. Patch by Louis Gerbarg! 2009-07-12 21:18:45 +00:00
Rewriter Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
Sema Generate error on declaration containing 'static' and '__attribute__((weak))' 2009-07-16 01:12:24 +00:00
SemaCXX This takes a long time to crash, just disable it for now. 2009-07-17 23:48:38 +00:00
SemaObjC Some more ?: for Obj-C tests. 2009-07-16 23:34:22 +00:00
SemaObjCXX Remove excessive use of Carbon.h / Cocoa.h in clang tests. 2009-07-11 23:03:07 +00:00
SemaTemplate The -disable-free hack didn't work... 2009-07-11 23:05:12 +00:00
CMakeLists.txt Add support for retrieving the Doxygen comment associated with a given 2009-07-02 17:08:52 +00:00
Makefile Revert to using shell to find files instead of 'find', that wasn't portable. 2009-07-12 19:00:20 +00:00
TestRunner.sh Having tests that depend on previously created files is bad idea. Fix them to be self-sufficient. 2009-07-06 00:03:47 +00:00
cxx-sections.data Update C++ section data and directory structure to reflect N2914 2009-06-30 16:45:27 +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