hanchenye-llvm-project/clang/test
Chandler Carruth f4725b468e FileCheck-ize this test.
llvm-svn: 154289
2012-04-08 16:40:30 +00:00
..
ARCMT [arcmt] When fixing the "unassigned init call" ARC error, make sure 2012-03-31 01:34:06 +00:00
ASTMerge Fix crash at @implementation with a forward reference as base class. 2012-03-13 01:09:36 +00:00
Analysis Rework ExprEngine::evalLoad and clients (e.g. VisitBinaryOperator) so that when we generate a new ExplodedNode 2012-04-06 22:10:18 +00:00
CXX Fix several problems with protected access control: 2012-04-07 03:04:20 +00:00
CodeCompletion
CodeGen Make the variant of __builtin_shufflevector that takes the shuffle indexes as a vector actually usable. Patch by David Neto. PR12465. 2012-04-05 21:48:40 +00:00
CodeGenCUDA
CodeGenCXX Don't forget to evaluate the subexpression in a null pointer cast. If we're 2012-04-08 08:02:07 +00:00
CodeGenObjC Enhance testing a bit to make sure that we're omitting the 2012-04-05 22:03:35 +00:00
CodeGenObjCXX Fix a Sema invariant bug that I recently introduced involving 2012-04-06 18:20:53 +00:00
CodeGenOpenCL
Coverage
Driver MIPS: Pass -mabi option to the assmbler when compile MIPS targets. 2012-04-07 22:31:29 +00:00
FixIt Implement support for null non-type template arguments for non-type 2012-04-06 22:40:38 +00:00
Frontend Escape % in diagnostic message when compiling LLVM IR. 2012-03-16 22:31:42 +00:00
Headers
Index Don't treat synthesized ivars as being in the base class for the purpose of 2012-04-03 20:26:45 +00:00
Lexer ext_reserved_user_defined_literal must not default to Error in MicrosoftMode. Hence create ext_ms_reserved_user_defined_literal that doesn't default to Error; otherwise MSVC headers won't parse. 2012-04-07 23:09:23 +00:00
Misc Introduce a -cc1-level option -pubnames-dump, which simply dumps the 2012-03-27 18:06:49 +00:00
Modules Added a new attribute, objc_root_class, which informs the compiler when a root class is intentionally declared. 2012-04-06 18:12:22 +00:00
PCH Added a new attribute, objc_root_class, which informs the compiler when a root class is intentionally declared. 2012-04-06 18:12:22 +00:00
Parser Remove "parse error" in favor of more descriptive diagnostics. 2012-04-06 23:33:59 +00:00
Preprocessor FileCheck-ize this test. 2012-04-08 16:40:30 +00:00
Rewriter more testing of objc's dictionary literal translation. 2012-04-06 22:51:48 +00:00
Sema Implement C90 pedantic warning for duplicate declaration specifiers which are duplicated via a typedef. Patch by Tim Northover. 2012-04-05 22:47:34 +00:00
SemaCUDA
SemaCXX Thread safety analysis: downgraded requirement that mutex expressions refer to a lockable type from error to warning. 2012-04-06 20:02:30 +00:00
SemaObjC Added a new attribute, objc_root_class, which informs the compiler when a root class is intentionally declared. 2012-04-06 18:12:22 +00:00
SemaObjCXX Added a new attribute, objc_root_class, which informs the compiler when a root class is intentionally declared. 2012-04-06 18:12:22 +00:00
SemaOpenCL
SemaTemplate Enable warn_impcast_literal_float_to_integer by default. 2012-04-05 00:16:44 +00:00
Tooling clang/test/Tooling/clang-check.cpp: Mark it as XFAIL also on cygwin. 2012-04-04 23:23:19 +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