llvm-project/clang/test
Fariborz Jahanian 3dc3669858 modern objc translation. objc_getClass() and objc_getMetaClass()
prototypes should both return  `struct objc_class *`.
// rdar://11375495

llvm-svn: 156097
2012-05-03 20:23:37 +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 [analyzer] When promoting constant integers in a comparison, use the larger width of the two to avoid truncation. 2012-05-03 19:05:48 +00:00
CXX Disable our non-standard delayed parsing of exception specifications. Delaying 2012-05-02 01:29:43 +00:00
CodeCompletion Add 'env' in hopes of making this test pass on Windows. 2012-04-16 03:22:35 +00:00
CodeGen During block layout, after padding up to the max field alignment, 2012-05-01 20:28:00 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX Merge x86-64-abi-sret-vs-2word-struct-param.cpp into the generic 2012-05-03 01:34:46 +00:00
CodeGenObjC Test case for previosu patch. 2012-04-26 21:34:02 +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 Test case Clang::Driver/debug-options-as.c depends on the integrated assembler. Turn it on explicitly on all platforms by the "-integrated-as" option. 2012-05-03 13:57:00 +00:00
FixIt Add FixItHint for -Wnull-conversion to initialize with an appropriate literal. 2012-04-30 18:27:22 +00:00
Frontend Escape % in diagnostic message when compiling LLVM IR. 2012-03-16 22:31:42 +00:00
Headers Let NULL and MSVC headers coexist better. 2012-04-24 21:27:01 +00:00
Index For RecursiveASTVisitor, do data recursion for CXXOperatorCallExpr. 2012-04-30 22:12:26 +00:00
Lexer Fix tests that weren't actually verifying anything. 2012-04-15 22:09:44 +00:00
Misc Place several uncovered warnings under warning flags, and tweak diagnostic output including the term "gc" (in lowercase). 2012-05-01 05:56:02 +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 [PCH] Clear switch case IDs when deserializing a objc method body. 2012-05-03 02:26:32 +00:00
Parser Restore paren, bracket and brace counts in parser when 2012-04-30 16:20:27 +00:00
Preprocessor Define __ANDROID__ macro on -androideabi targets. 2012-04-26 12:08:09 +00:00
Rewriter modern objc translation. objc_getClass() and objc_getMetaClass() 2012-05-03 20:23:37 +00:00
Sema Fix a note without a SourceLocation. 2012-05-03 01:09:59 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Add -Wimplicit-fallthrough warning flag, which warns on fallthrough between 2012-05-03 18:27:39 +00:00
SemaObjC objective-c: warn for properties being default synthesized 2012-05-03 16:43:30 +00:00
SemaObjCXX Add a missing RequireCompleteType call when synthesizing properties. <rdar://problem/11333367>. 2012-05-01 22:26:06 +00:00
SemaOpenCL Support constant evaluation for OpenCL nested vector literals. Patch by Anton Lokhmotov. 2012-01-03 23:24:20 +00:00
SemaTemplate Fix test cases broken by 155936. 2012-05-01 21:29:03 +00:00
Tooling Fixes the header search logic for tools: 2012-04-25 09:25:41 +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 lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
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 lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl