hanchenye-llvm-project/clang/test
David Blaikie cdd91dbe9f Fix crash-on-invalid for 'operator int[]()' in C++11.
Signed off by Richard Smith.

llvm-svn: 150464
2012-02-14 09:00:46 +00:00
..
ARCMT Revert r145999. This turned out to be a bad idea. Unfortunately, 'id' is used so profusely 2012-02-10 02:45:47 +00:00
ASTMerge
Analysis [analyzer] Malloc Checker: realloc: add dependency between the symbols 2012-02-14 00:26:13 +00:00
CXX Simple test ensuring that we perform direct initialization when copy-capturing in lambdas 2012-02-14 00:03:38 +00:00
CodeCompletion Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
CodeGen Loosen the test from r150238 a bit to make some of our bots happy. 2012-02-10 10:04:01 +00:00
CodeGenCUDA
CodeGenCXX Add a coverage test for lambda expression IRGen. 2012-02-14 03:07:59 +00:00
CodeGenObjC Emit debug info for properites that are not backed by an ivar. 2012-02-07 18:40:30 +00:00
CodeGenObjCXX Move the code that sets the AddressSafety 2012-02-02 11:49:28 +00:00
CodeGenOpenCL A few style changes. 2012-01-19 01:16:16 +00:00
Coverage rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
Driver Invalid O levels on the command line no longer have a confusing error. 2012-02-06 00:40:31 +00:00
FixIt Allow implicit capture of 'this' in a lambda even when the capture 2012-02-10 17:46:20 +00:00
Frontend Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text. 2012-02-02 00:16:13 +00:00
Headers rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
Index [libclang] For a reference of an implicit template instantiation just give 2012-02-11 02:00:00 +00:00
Lexer Implement warning for non-wide string literals with an unexpected encoding. Downgrade error for non-wide character literals with an unexpected encoding to a warning for compatibility with gcc and older versions of clang. <rdar://problem/10837678>. 2012-02-11 05:08:10 +00:00
Misc Remove unused diagnostics from include/clang/Basic/Diagnostic*.td files. 2012-02-13 20:13:24 +00:00
Modules Use -isystem rather than relying on -isysroot to work consistently 2012-02-02 19:35:15 +00:00
PCH Track whether a function type has a trailing return type as type sugar. Use this 2012-02-10 09:58:53 +00:00
Parser Drive-by fix of incorrect diagnostic, and a test case for said diagnostic. The double error is unfortunate, but I really don't see an alternative whose effort is worth it. 2012-02-11 23:51:21 +00:00
Preprocessor Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text. 2012-02-02 00:16:13 +00:00
Rewriter Fix the rewriter that broke with r149987. 2012-02-12 04:48:45 +00:00
Sema Fix typo in PrintfConversionSpecifier::isDoubleArg() 2012-02-13 10:32:27 +00:00
SemaCUDA
SemaCXX Fix crash-on-invalid for 'operator int[]()' in C++11. 2012-02-14 09:00:46 +00:00
SemaObjC Revert r145999. This turned out to be a bad idea. Unfortunately, 'id' is used so profusely 2012-02-10 02:45:47 +00:00
SemaObjCXX Only complain about __strong __strong id, not __strong SomeStrongTypedef 2012-02-08 00:46:41 +00:00
SemaOpenCL Support constant evaluation for OpenCL nested vector literals. Patch by Anton Lokhmotov. 2012-01-03 23:24:20 +00:00
SemaTemplate Represent C++ direct initializers as ParenListExprs before semantic analysis 2012-02-11 23:51:47 +00:00
Unit
CMakeLists.txt CMake: Promote the testing targets out of folders on IDE. 2012-01-30 03:15:47 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg Have the driver pass CPU and target feature information to cc1as. 2012-02-10 20:37:10 +00:00
lit.site.cfg.in
make_test_dirs.pl