llvm-project/clang/test
Eli Friedman 419b1ff677 Correctly resolve an overload set passed to an overloaded operator=. PR11784.
llvm-svn: 148335
2012-01-17 21:27:43 +00:00
..
ARCMT Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
ASTMerge Improve location fidelity of objc decls. 2011-10-04 04:48:02 +00:00
Analysis [analyzer] Taint: add system and popen as undesirable sinks for taint 2012-01-14 02:48:40 +00:00
CXX Pedantic diagnostic correction: in C++, we have integral constant expressions, 2012-01-15 03:51:30 +00:00
CodeCompletion Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
CodeGen Add new line. 2012-01-16 21:15:33 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX Another test for 148243 2012-01-16 18:22:26 +00:00
CodeGenObjC When initializing a catch variable in ARC, be sure to emit retains 2012-01-17 20:16:56 +00:00
CodeGenObjCXX When initializing a catch variable in ARC, be sure to emit retains 2012-01-17 20:16:56 +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 Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
Driver Make the auto-detection hack for the iOS simulator set the target triple correctly. Getting the target triple wrong mostly appears to work, but messes up in subtle cases; for example, we incorrectly conclude that fwrite is actually named fwrite$UNIX2003. Also shuffles around the auto-detection code a bit to try and make it a bit more reliable. Fixes <rdar://problem/10664848>. 2012-01-16 18:50:54 +00:00
FixIt Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its: 2012-01-12 23:53:29 +00:00
Frontend Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
Headers Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
Index Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
Lexer Some improvements to the handling of C11 atomic types: 2012-01-16 17:27:18 +00:00
Misc Pedantic diagnostic correction: in C++, we have integral constant expressions, 2012-01-15 03:51:30 +00:00
Modules When deserializing the definition of a C++ class/ObjC class/ObjC 2012-01-15 18:08:05 +00:00
PCH Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
Parser Improve diagnostics for dangling '}'. 2012-01-17 01:04:27 +00:00
Preprocessor Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
Rewriter objective-c: Use class definition AST in several situations when 2011-12-23 00:31:02 +00:00
Sema Treat -Wformat=0 as an alias for -Wformat. 2012-01-17 09:30:38 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Correctly resolve an overload set passed to an overloaded operator=. PR11784. 2012-01-17 21:27:43 +00:00
SemaObjC Fix a couples of issues in format strings checking. 2012-01-17 20:03:31 +00:00
SemaObjCXX Reinstate test case accidentally reverted by r148028 2012-01-13 16:56:26 +00:00
SemaOpenCL Support constant evaluation for OpenCL nested vector literals. Patch by Anton Lokhmotov. 2012-01-03 23:24:20 +00:00
SemaTemplate Pedantic diagnostic correction: in C++, we have integral constant expressions, 2012-01-15 03:51:30 +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