llvm-project/clang/test
Fariborz Jahanian 945b2f46b1 objective-c: provide a useful 'fixit' suggestion when
errornously using commas to separate ObjC message arguments.
// rdar://11376372

llvm-svn: 157216
2012-05-21 22:43:44 +00:00
..
ARCMT [arcmt] Revert r156999 "Remove the "it is not safe to remove an unused 'autorelease' message" ARC 2012-05-21 17:48:31 +00:00
ASTMerge Fix crash at @implementation with a forward reference as base class. 2012-03-13 01:09:36 +00:00
Analysis [analyzer] Bind UnknownVal to InitListExpr for unsupported types 2012-05-21 22:07:00 +00:00
CXX Recover better from a missing 'typename' in a function template definition. 2012-05-16 23:40:17 +00:00
CodeCompletion Add 'env' in hopes of making this test pass on Windows. 2012-04-16 03:22:35 +00:00
CodeGen XFAIL this test on MIPS. 2012-05-16 22:06:47 +00:00
CodeGenCUDA CUDA: add CodeGen support for global variable address spaces. 2012-05-20 21:08:35 +00:00
CodeGenCXX Function template version of the previous patch. 2012-05-21 20:31:27 +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 Rename the driver option to -mno-implicit-float, per Eli's suggestion. 2012-05-16 21:19:55 +00:00
FixIt objective-c: provide a useful 'fixit' suggestion when 2012-05-21 22:43:44 +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 [driver] When creating the compiler invocation out of command-line 2012-05-21 20:11:54 +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 Move the warnings for extra semi-colons under -Wextra-semi. Also, added 2012-05-16 19:04:59 +00:00
Modules Fix ASTReader handling of ImportDecls, from Meador Inge! 2012-05-16 16:31:58 +00:00
PCH Improve some of the conversion warnings to fire on conversion to bool. 2012-05-15 16:56:36 +00:00
Parser Add _alignof and __builtin_alignof as aliases for __alignof in 2012-05-16 20:04:05 +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 Centralize the handling of the "attribute declaration must precede definition" 2012-05-18 01:47:00 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Error when using typeid() with -fno-rtti. PR 12888. 2012-05-20 01:27:21 +00:00
SemaObjC objective-c: When default synthesizing readonly IBOutlet properties 2012-05-21 17:02:43 +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 Make delegating initializers use a similar codepath to base initializers in dependent contexts. PR12890. 2012-05-19 23:35:23 +00:00
Tooling test/Tooling/clang-check-pwd.cpp: Mark as XFAIL:mingw for now. Fixing is work-in-progress. 2012-05-20 22:28:03 +00:00
Unit test/Unit: Fixup lit.cfg to allow running inside test/Unit (with llvm-config in 2011-06-22 21:46:43 +00:00
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