..
Analysis
Until we can make the dead stores checker smarter, dont' emit dead store warnings for C++ objects (whose constructors/destructors have possible side-effects).
2009-12-15 04:12:12 +00:00
CXX
Fix some diagnostic-related FIXMEs, from Nicola Gigante
2009-12-15 16:44:32 +00:00
CodeCompletion
Make tests use the new clang -cc1 flag.
2009-12-14 18:00:56 +00:00
CodeGen
Make tests use the new clang -cc1 flag.
2009-12-14 18:00:56 +00:00
CodeGenCXX
Fix a small bug in ComputeMethodVtableIndices.
2009-12-15 03:31:17 +00:00
CodeGenObjC
Make test more generic.
2009-12-14 22:17:35 +00:00
CodeGenObjCXX
Test uses the new clang.
2009-12-14 17:14:55 +00:00
Coverage
Make tests use the new clang -cc1 flag.
2009-12-14 18:00:56 +00:00
Driver
Tests: Fix some bugs in clang_f_opts, options were out of order but it worked
2009-12-13 02:00:23 +00:00
FixIt
Make tests use the new clang -cc1 flag.
2009-12-14 18:00:56 +00:00
Frontend
Use '-FOO' 'BAR' instead of '-FOO=BAR' in tests.
2009-11-30 08:41:04 +00:00
Index
Make tests use the new clang -cc1 flag.
2009-12-14 18:00:56 +00:00
Lexer
teach clang to recover gracefully from conflict markers left in source
2009-12-14 06:16:57 +00:00
Misc
Switch this test to use clang-cc.
2009-12-08 21:12:25 +00:00
PCH
Make tests use the new clang -cc1 flag.
2009-12-14 18:00:56 +00:00
Parser
Make tests use the new clang cc1 flag.
2009-12-14 17:51:07 +00:00
Preprocessor
Make tests use the new clang -cc1 flag.
2009-12-14 18:00:56 +00:00
Rewriter
Implement conditional block invocation rewrite
2009-12-15 17:30:20 +00:00
Sema
Support OpenCL 1.1 odd-length vector component accessors.
2009-12-15 18:13:04 +00:00
SemaCXX
Don't assume that all conversions to a void pointer are converting
2009-12-13 21:29:20 +00:00
SemaObjC
Change tests to use clang -cc1...
2009-12-14 17:36:25 +00:00
SemaObjCXX
Make tests use the new clang -cc1 flag.
2009-12-14 17:43:07 +00:00
SemaTemplate
Fix PR5716 by bandaging over the solution until we can come back to it.
2009-12-14 23:19:40 +00:00
CMakeLists.txt
Remove clang-cc tool, it has joined in unholy union with clang.
2009-12-12 00:56:47 +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
Tests: Stop looking for clang-cc, we don't need it.
2009-12-11 23:35:10 +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