llvm-project/clang/test
Argyrios Kyrtzidis 8823d12a53 Add test for -Wno-everything.
llvm-svn: 149123
2012-01-27 07:10:14 +00:00
..
ARCMT objc-arc: introduce -no-finalize-removal which in gc mode, 2012-01-26 20:57:58 +00:00
ASTMerge Improve location fidelity of objc decls. 2011-10-04 04:48:02 +00:00
Analysis [analyzer] The CFContainer test should only be run on x86_64. 2012-01-26 04:00:23 +00:00
CXX constexpr: Implement the [dcl.constexpr]p5 check for whether a constexpr 2012-01-27 01:14:48 +00:00
CodeCompletion Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
CodeGen Make clz/ctz builtins defined for zero on ARM targets. rdar://10732455 2012-01-26 22:14:27 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX constexpr: Implement the [dcl.constexpr]p5 check for whether a constexpr 2012-01-27 01:14:48 +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 A few style changes. 2012-01-19 01:16:16 +00:00
Coverage rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
Driver test/Driver/prefixed-tools.c: Disable this on win32 hosts, msvc and mingw. 2012-01-27 00:31:09 +00:00
FixIt Introduce 3 new fixit options: 2012-01-26 02:40:48 +00:00
Frontend Add test for -Wno-everything. 2012-01-27 07:10:14 +00:00
Headers rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
Index [libclang] In clang::getCursorKindForDecl() don't return "UnexposedDecl" 2012-01-24 21:39:26 +00:00
Lexer Improve the error message slightly for files that aren't using the expected UTF-8 encoding. Patch by Seth Cantrell. 2012-01-25 22:34:12 +00:00
Misc Fix -fmacro-backtrace-limit=0 to show the entire macro backtrace. 2012-01-25 06:07:15 +00:00
Modules Reimplement (de-)serialization of Objective-C categories to eliminate 2012-01-27 01:47:08 +00:00
PCH rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
Parser Refactor to share code for handling return statements between lambda expressions and block literals. As it turns out, almost all the logic can be shared. 2012-01-26 03:00:14 +00:00
Preprocessor rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
Rewriter objective-c: Use class definition AST in several situations when 2011-12-23 00:31:02 +00:00
Sema Turn off implicit truncation warning for compound assignment to bitfields; it might be reasonable in some cases, but it clearly doesn't make sense in some cases, like the included testcase. 2012-01-26 23:34:06 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Be sure to emit delayed diagnostics after parsing the declaration 2012-01-27 01:29:43 +00:00
SemaObjC Don't suppress access-control or invalid-type diagnostics from a 2012-01-26 20:04:03 +00:00
SemaObjCXX objc: Issue a generic diagnostic assigning to 2012-01-24 19:40:13 +00:00
SemaOpenCL Support constant evaluation for OpenCL nested vector literals. Patch by Anton Lokhmotov. 2012-01-03 23:24:20 +00:00
SemaTemplate When we're substituting into a function parameter pack and expect to 2012-01-25 16:15:54 +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