hanchenye-llvm-project/clang/test
Fariborz Jahanian 9a881019a5 With -Wselector, don't warn about unimplemented optional method
used in @selector expression because, well, their implementation 
is optional. // rdar://9545564

llvm-svn: 135057
2011-07-13 19:05:43 +00:00
..
ARCMT [arcmt] Also avoid 'weak' for forward references to objc classes. 2011-07-12 22:16:25 +00:00
ASTMerge
Analysis Teach the static analyzer's interpretation of Cocoa conventions to 2011-07-06 16:00:34 +00:00
CXX clang side to match the LLVM IR type system rewrite patch. 2011-07-09 17:41:47 +00:00
CodeCompletion
CodeGen PR10337 reminds me that calls return values, lets handle them just 2011-07-13 03:59:32 +00:00
CodeGenCXX Okay, that rule about zero-length arrays applies to destroying 2011-07-13 08:09:46 +00:00
CodeGenObjC Don't crash if defining -dealloc in a category. 2011-07-13 18:26:47 +00:00
CodeGenObjCXX Okay, that rule about zero-length arrays applies to destroying 2011-07-13 08:09:46 +00:00
CodeGenOpenCL Do not violate the opencl casting rules. This test case still illustrates the problem. In the future, we should throw an error when doing invalid casting. 2011-07-07 00:12:54 +00:00
Coverage
Driver Implement -MG. Fixes PR9613 2011-07-12 19:35:15 +00:00
FixIt When adding boolean keywords for typo correction, add either "bool" or 2011-07-01 21:27:45 +00:00
Frontend Revert r134898, "test/Frontend/dependency-gen.c: Mark XFAIL: mingw due to PR10331. to appease mingw-target (and non-mingw-host) builds. 2011-07-11 22:34:14 +00:00
Headers
Index Introduce a new libclang aPI function, 2011-07-07 16:03:39 +00:00
Lexer Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
Misc Apply patch from Richard Trieu to fix PR9548: 2011-07-11 17:49:21 +00:00
PCH Make the Preprocessor more memory efficient and improve macro instantiation diagnostics. 2011-07-07 03:40:34 +00:00
Parser Change __debugbreak signature to void __debugbreak(void); MSVC compatibility. 2011-07-10 14:15:07 +00:00
Preprocessor Reenable test. 2011-07-11 21:58:47 +00:00
Rewriter
Sema Re-relax conversion specifier checking for printf format strings and conversion specifiers. My recent change was a mistake. 2011-07-13 17:35:14 +00:00
SemaCUDA
SemaCXX Fix typo correction crash on overloaded functions, pr10283. 2011-07-12 08:45:31 +00:00
SemaObjC With -Wselector, don't warn about unimplemented optional method 2011-07-13 19:05:43 +00:00
SemaObjCXX objc++: Some level of covariance is allowed in ObjC properties. 2011-07-13 17:55:01 +00:00
SemaOpenCL
SemaTemplate Teach CXXUnresolvedConstructExpr when it should be an 2011-07-08 15:50:43 +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 test/CMakeLists.txt: clang-test may depend on llc when LLVM is built together. 2011-07-10 17:45:28 +00:00
Makefile lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg Added registered targets for in-test dependency declarations. 2011-06-03 18:36:30 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl