llvm-project/clang/test
Richard Smith 300237f00c Add a warning flag for ext_embedded_directive. gcc considers this undefined
behaviour to be an error, so it's useful to be able to make it an error in clang
too.

llvm-svn: 146755
2011-12-16 20:58:01 +00:00
..
ARCMT Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
ASTMerge Improve location fidelity of objc decls. 2011-10-04 04:48:02 +00:00
Analysis [analyzer] Better stdin support. 2011-12-16 18:28:50 +00:00
CXX C++11 constexpr: Add note stacks containing backtraces if constant evaluation 2011-12-16 19:06:07 +00:00
CodeCompletion Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
CodeGen Fix an edge case in IRGen for conditionals. PR11509. 2011-12-08 22:01:56 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX Testcase for LLVM commit r146475. 2011-12-13 05:09:22 +00:00
CodeGenObjC Update tests to match r146744. 2011-12-16 17:56:38 +00:00
CodeGenObjCXX Make sure that we infer __strong, etc. when we instantiate variables 2011-12-10 01:22:52 +00:00
CodeGenOpenCL Annotate imprecise FP division with fpaccuracy metadata 2011-10-27 19:19:51 +00:00
Coverage Remove the Blackfin backend. 2011-10-25 00:06:12 +00:00
Driver Don't use the frame pointer on linux x86 and x86_64 if optimizing. This 2011-12-14 21:02:23 +00:00
FixIt Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +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 Keep track of all declarations of an Objective-C class (both forward 2011-12-15 20:29:51 +00:00
Lexer Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
Misc Add a warning flag for ext_embedded_directive. gcc considers this undefined 2011-12-16 20:58:01 +00:00
Modules Fix chaining of ObjCInterfaceDecl redeclarations 2011-12-16 03:12:41 +00:00
PCH Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
Parser Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
Preprocessor Switch test over to using -verify instead of using grep. PR11552. 2011-12-14 02:16:13 +00:00
Rewriter Fix the rewriter, rdar://10234024. 2011-10-05 19:37:56 +00:00
Sema PR11594: Don't blindly build a UnaryOperator UO_Minus on an expression which 2011-12-16 19:31:14 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX C++11 constexpr: Add note stacks containing backtraces if constant evaluation 2011-12-16 19:06:07 +00:00
SemaObjC objc: after issuing the warning on direct use of __attribute__((NSObject)) 2011-12-16 15:54:29 +00:00
SemaObjCXX "Accidentally" fixed a bug with overloading of functions with 2011-12-15 17:20:18 +00:00
SemaOpenCL TypePrinter: print OpenCL address space names. Patch by Richard 2011-11-08 02:52:58 +00:00
SemaTemplate Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +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