hanchenye-llvm-project/clang/test
Ted Kremenek 33ba99566f Only emit implicit constant conversion truncation warnings in reachable code. Apparently this is what GCC does, and some code depends on this. Fixes <rdar://problem/10321089>.
llvm-svn: 142716
2011-10-22 02:37:33 +00:00
..
ARCMT Further refine the diagnostic categories for ARC diagnostics. Addresses <rdar://problem/10245086>. 2011-10-20 05:07:47 +00:00
ASTMerge Improve location fidelity of objc decls. 2011-10-04 04:48:02 +00:00
Analysis Add test case for analyzer crash reported in <rdar://problem/10308201> (which is already fixed in mainline). 2011-10-20 19:33:06 +00:00
CXX Permit auto SCS on parameter declarations, C++03 [dcl.stc]p2 2011-10-21 11:55:09 +00:00
CodeCompletion Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
CodeGen Fix PR11073 by adding the argument type information to the decl we construct 2011-10-21 23:30:10 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX Fix PR11073 by adding the argument type information to the decl we construct 2011-10-21 23:30:10 +00:00
CodeGenObjC Add block information for ObjC @catch blocks. 2011-10-19 00:44:01 +00:00
CodeGenObjCXX obj-c++: Fix a IRGen crash when getter is a reference type. 2011-10-17 21:00:22 +00:00
CodeGenOpenCL PTX: Set proper calling conventions for PTX in OpenCL mode. 2011-10-05 17:58:44 +00:00
Coverage
Driver XFAIL test on Windows 2011-10-21 23:57:02 +00:00
FixIt Make the -verify bits in this test actually test something, and fix a few cases 2011-10-20 01:41:28 +00:00
Frontend Frontend: Support -iframework. 2011-10-18 20:40:38 +00:00
Headers Remove __WCHAR_UNSIGNED__ and anything that used it. 2011-09-20 18:05:01 +00:00
Index Tweak this test to test more directly what we want, and hopefully work around the brokenness of code completion under -fdelayed-template-parsing 2011-10-19 04:17:22 +00:00
Lexer Add c_alignas and cxx_alignas features 2011-10-14 23:44:46 +00:00
Misc Move about 20 random diagnostics under -W flags. Patch by Ahmed Charles! 2011-10-17 21:47:53 +00:00
Modules For modules, all macros that aren't include guards are implicitly 2011-10-17 15:32:29 +00:00
PCH [PCH] When serializing Stmts, keep track of when sub statements are referenced again and 2011-10-21 23:02:28 +00:00
Parser Improve the diagnostic when a comma ends up at the end of a declarator group 2011-10-19 21:33:05 +00:00
Preprocessor Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
Rewriter Fix the rewriter, rdar://10234024. 2011-10-05 19:37:56 +00:00
Sema Only emit implicit constant conversion truncation warnings in reachable code. Apparently this is what GCC does, and some code depends on this. Fixes <rdar://problem/10321089>. 2011-10-22 02:37:33 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Added support for thread safety attributes on destructors. 2011-10-21 20:51:27 +00:00
SemaObjC Fixes a minor hick up to my last patch. 2011-10-22 01:56:45 +00:00
SemaObjCXX Teach the ARC compiler to not require __bridge casts when 2011-10-17 18:40:02 +00:00
SemaOpenCL The comparison of two vectors should return a signed result. hasIntegerRepresentation() used to always return false for vectors, but since it was changed, it also 2011-10-17 21:00:38 +00:00
SemaTemplate When performing name lookup for the previous declaration of a field, 2011-10-21 15:47:52 +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 FreeBSD (apparently) does not support crash-recovery tests. 2011-08-26 22:46:31 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl