llvm-project/clang/test
Douglas Gregor 9841df655e Produce more useful 'duplicate case' diagnostics. Fixes PR9243, from Terry Long!
llvm-svn: 156904
2012-05-16 05:32:58 +00:00
..
ARCMT [objcmt] Accept char arrays for rewriting to @() syntax. 2012-05-16 00:21:21 +00:00
ASTMerge Fix crash at @implementation with a forward reference as base class. 2012-03-13 01:09:36 +00:00
Analysis [analyzer] Add a test for dead stores, which uses OpaqueValExpr. 2012-05-15 23:12:53 +00:00
CXX Don't use the implicit int rule for error recovery in C++. Instead, try to 2012-05-15 21:01:51 +00:00
CodeCompletion Add 'env' in hopes of making this test pass on Windows. 2012-04-16 03:22:35 +00:00
CodeGen We were already passing the case in pr9356. Add it to attributes.c to make 2012-05-13 01:56:10 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX Fix the visibility of instantiations of static data members. 2012-05-16 02:10:38 +00:00
CodeGenObjC Add documentation about boxing enum types and a codegen test to make 2012-05-15 20:45:35 +00:00
CodeGenObjCXX When @encode'ing a C++ class that has empty base classes, we can end 2012-04-27 22:30:01 +00:00
CodeGenOpenCL Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm 2012-04-14 12:37:26 +00:00
Coverage rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
Driver Add the Objective-C runtime linking arguments after user-specified 2012-05-15 21:00:27 +00:00
FixIt objective-c. Fixes a 'fixit' where location of 2012-05-09 21:49:29 +00:00
Frontend Escape % in diagnostic message when compiling LLVM IR. 2012-03-16 22:31:42 +00:00
Headers Remove the 'intrin.h' builtin header file and its tests for now. 2012-05-07 20:46:58 +00:00
Index Fix an old (2009) FIXME: 2012-05-10 02:50:16 +00:00
Lexer Add a predefine __WINT_UNSIGNED__, similar to __WCHAR_UNSIGNED__, and test them both for ARM and X86. 2012-05-04 11:23:40 +00:00
Misc Fix an assertion hit when the serialized diagnostics writer receive a diagnostic 2012-05-10 05:03:45 +00:00
Modules There's some code in the PCH reader that looks like it's needlessly complex, but 2012-04-12 07:56:21 +00:00
PCH Improve some of the conversion warnings to fire on conversion to bool. 2012-05-15 16:56:36 +00:00
Parser Don't use the implicit int rule for error recovery in C++. Instead, try to 2012-05-15 21:01:51 +00:00
Preprocessor [preprocessor] Make sure that MacroExpands callbacks are always in source order. 2012-05-10 18:57:19 +00:00
Rewriter [objc] When boxing a BOOL/NSInteger/NSUInteger type, use the corresponding 2012-05-10 23:12:03 +00:00
Sema Produce more useful 'duplicate case' diagnostics. Fixes PR9243, from Terry Long! 2012-05-16 05:32:58 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Include the correct conversion context locations for condition expressions. 2012-05-16 04:20:04 +00:00
SemaObjC objective-c: perform strict type checking on property 2012-05-15 22:37:04 +00:00
SemaObjCXX Allow objc @() syntax for enum types. 2012-05-15 19:17:44 +00:00
SemaOpenCL Support constant evaluation for OpenCL nested vector literals. Patch by Anton Lokhmotov. 2012-01-03 23:24:20 +00:00
SemaTemplate Improve some of the conversion warnings to fire on conversion to bool. 2012-05-15 16:56:36 +00:00
Tooling Declare abstract class ArgumentsAdjuster. This abstract interface describes 2012-05-09 16:18:30 +00:00
Unit
CMakeLists.txt Add the dependency on clang-check to clang-test, so clang-check 2012-04-04 12:18:22 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg test/lit.cfg: Please pass %INCLUDE% to clang.exe on Win32. MS-compatible clang may refer to %INCLUDE%. It fixes r154188. 2012-04-07 01:02:53 +00:00
lit.site.cfg.in
make_test_dirs.pl