clang/test
Daniel Dunbar 1e63492a14 Rework site config for cmake to be generated at configure time, and only pass
the 'build_config' value in at runtime using the new lit runtime user parameter
feature.

This simplifies things and drops a dependency on 'sed', FWIW.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86421 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-07 23:53:32 +00:00
..
Analysis Implement -Wconversion. Off by default, in the non-gcc group. There's 2009-11-07 03:30:10 +00:00
CXX Don't allow definitions of array variables without some size information in C++. Fixed PR5401 2009-11-05 19:47:47 +00:00
CodeCompletion Add basic code completion support for ObjC messages. 2009-11-07 02:08:14 +00:00
CodeGen commit test update 2009-11-07 18:59:51 +00:00
CodeGenCXX Handle member expressions where the member declaration is actually a static variable. Fixes PR5392. 2009-11-07 23:16:50 +00:00
CodeGenObjC Switch XFAIL format to match LLVM. 2009-11-03 07:25:45 +00:00
Coverage Remove clang-cc -html-diags option, this doesn't fit in well and we get plenty 2009-11-05 02:11:37 +00:00
Driver Adding -fshort-wchar option. 2009-11-05 20:14:16 +00:00
FixIt Rework the fix-it hint for code like 2009-11-06 06:30:47 +00:00
Frontend Don't run anything other than the compiler in these tests. 2009-11-05 15:28:24 +00:00
Index Keep track of whether declararions were loaded from a precompiled 2009-10-16 20:01:17 +00:00
Lexer Reorganize the parsing of decl groups / function definitions so that 2009-11-03 19:26:08 +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 Fix tests to not depend on /dev/null existing. 2009-11-03 17:56:18 +00:00
Parser Make fragile-abi test run happy. 2009-11-06 22:15:27 +00:00
Preprocessor clean up integer preprocessor type definitions, patch by Ken Dyck! 2009-11-05 21:21:32 +00:00
Rewriter
Sema Support -Wshorten-64-to-32 for integer types only, which seems to satisfy the 2009-11-07 09:03:53 +00:00
SemaCXX Add bug number. 2009-11-07 08:24:59 +00:00
SemaObjC Since default writable attribute is 'assign', allow 2009-11-06 22:59:12 +00:00
SemaObjCXX Switch XFAIL format to match LLVM. 2009-11-03 07:25:45 +00:00
SemaTemplate Cope with calls to operator() templates. Fixes PR5419. 2009-11-07 17:23:56 +00:00
CMakeLists.txt Rework site config for cmake to be generated at configure time, and only pass 2009-11-07 23:53:32 +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
lit.cfg Tweak a FIXME. 2009-11-07 23:53:17 +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