hanchenye-llvm-project/clang/test
Fariborz Jahanian e74d47ed03 objc: do not warn when converting to a const id qualfied by its
list of protools. // rdar://10669694

llvm-svn: 148051
2012-01-12 22:12:08 +00:00
..
ARCMT [arcmt] The migrator tests for the buildbot in http://lab.llvm.org:8011/builders/clang-native-mingw32-win7/ 2012-01-12 02:34:32 +00:00
ASTMerge Improve location fidelity of objc decls. 2011-10-04 04:48:02 +00:00
Analysis [analyzer] fix inlining's handling of mapping actual to formal arguments and limit the call stack depth. The analyzer can now accurately simulate factorial for limited depths. 2012-01-12 19:25:46 +00:00
CXX constexpr: initialization of a union from an empty initializer-list should 2012-01-12 18:54:33 +00:00
CodeCompletion Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
CodeGen Fix test case committed in r147986. 2012-01-12 01:27:24 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX Allow constant-folding of references which were formed in a manner not permitted 2012-01-12 06:08:57 +00:00
CodeGenObjC Restore r147493 and remove the part of the test that was checking the wrong thing. 2012-01-04 12:02:13 +00:00
CodeGenObjCXX objc++: patch for IRgen for atomic properties of 2012-01-10 00:37:01 +00:00
CodeGenOpenCL Fix test so it doesn't depend on the host's calling convention lowering code. 2012-01-04 20:43:57 +00:00
Coverage Remove the Blackfin backend. 2011-10-25 00:06:12 +00:00
Driver test/Driver/debug-options*.c: Tweak r147819 to split out another cc1as-sensitive test. gcc driver is invoked for assembling on cygming. 2012-01-12 06:15:01 +00:00
FixIt Update C++11 scoped enumeration support to match the final proposal: 2012-01-10 01:33:14 +00:00
Frontend test/Frontend/dependency-gen.c: Relax expressions for Win32 host (mingw msys). 2011-11-17 07:21:33 +00:00
Headers Headers: wmmintrin.h only needs xmmintrin.h. 2011-12-06 16:17:54 +00:00
Index Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl 2011-12-27 22:43:10 +00:00
Lexer Add __has_feature(modules) to indicate when modules are available (in 2012-01-04 21:16:09 +00:00
Misc PR10828: Produce a warning when a no-arguments function is declared in block 2012-01-05 04:12:21 +00:00
Modules When deserializing an anonymous namespace from a module, do not attach 2012-01-09 18:07:24 +00:00
PCH C++ constant expression handling: eagerly instantiate static const integral data 2011-12-21 00:25:33 +00:00
Parser More lambda work: semantic analysis of capturing 'this'. It's a bit complicated, but we have to be careful about when exactly captures are marked given PotentiallyPotentiallyEvaluated contexts. (Actually, it's not 100% correct yet, but it's close enough for the moment.) 2012-01-07 04:59:52 +00:00
Preprocessor C11 allows typedefs to be redefined. Implement this in C11 mode, and 2012-01-11 04:25:01 +00:00
Rewriter objective-c: Use class definition AST in several situations when 2011-12-23 00:31:02 +00:00
Sema scanf: parse the 'm' length modifier, and check that the right arguments 2012-01-12 17:11:12 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Convert SemaInit.cpp to pass a callback object to CorrectTypo. 2012-01-12 19:27:05 +00:00
SemaObjC objc: do not warn when converting to a const id qualfied by its 2012-01-12 22:12:08 +00:00
SemaObjCXX In Objective-C++, actually compute the base type of a member access 2012-01-12 16:11:24 +00:00
SemaOpenCL Support constant evaluation for OpenCL nested vector literals. Patch by Anton Lokhmotov. 2012-01-03 23:24:20 +00:00
SemaTemplate PR10828: Produce a warning when a no-arguments function is declared in block 2012-01-05 04:12:21 +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 CUDA: set proper calling conventions for PTX 2011-10-06 16:49:54 +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: Enhance getRegisteredTargets() to retrieve +Asserts. 2011-11-28 05:09:42 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl