llvm-project/clang/test
Erik Verbruggen ca98f2a63f Allow for annotate attributes after access specifiers. When such
attributes are found, propagate them to subsequent declarations.

llvm-svn: 141861
2011-10-13 09:41:32 +00:00
..
ARCMT Try fixing windows bots. 2011-10-08 00:54:49 +00:00
ASTMerge Improve location fidelity of objc decls. 2011-10-04 04:48:02 +00:00
Analysis Add returns_twice to functions that are known to return twice. This implements 2011-10-12 19:51:18 +00:00
CXX When we determine that a function template specialization produced as 2011-10-12 20:35:48 +00:00
CodeCompletion Support code-completion for C++ inline methods and ObjC buffering methods. 2011-09-04 03:32:15 +00:00
CodeGen Add returns_twice to functions that are known to return twice. This implements 2011-10-12 19:51:18 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX When performing a user-defined conversion via a constructor, be sure 2011-10-10 22:41:00 +00:00
CodeGenObjC When constructing debug information for synthesized variables for the 2011-10-06 00:31:18 +00:00
CodeGenObjCXX Switch diagnostic text from "C++0x" over to "C++11". 2011-10-12 19:26:40 +00:00
CodeGenOpenCL PTX: Set proper calling conventions for PTX in OpenCL mode. 2011-10-05 17:58:44 +00:00
Coverage Remove the AST printer (-ast-print-xml), which is too incomplete and 2011-03-07 01:03:30 +00:00
Driver The Objective-C rewriter uses the fragile ABI, always. 2011-10-12 18:28:53 +00:00
FixIt Catch placeholder types in DefaultLvalueConversion 2011-10-11 23:14:30 +00:00
Frontend Basic/Diagnostics: Apparently, #pragma ... diagnostic is intended to override 2011-10-04 21:17:24 +00:00
Headers Remove __WCHAR_UNSIGNED__ and anything that used it. 2011-09-20 18:05:01 +00:00
Index Allow for annotate attributes after access specifiers. When such 2011-10-13 09:41:32 +00:00
Lexer We do parse hexfloats in C++11; make it actually work. 2011-10-12 18:51:02 +00:00
Misc Place diagnostic group ext_typecheck_decl_incomplete_type under a -W flag. 2011-10-11 01:02:24 +00:00
Modules Introduce an opt-in warning when a module is being implicitly built 2011-09-29 00:52:27 +00:00
PCH Add a simple PCH test for _Atomic. 2011-10-07 20:08:35 +00:00
Parser Allow for annotate attributes after access specifiers. When such 2011-10-13 09:41:32 +00:00
Preprocessor Add test case for __has_warning. 2011-10-12 20:06:09 +00:00
Rewriter Fix the rewriter, rdar://10234024. 2011-10-05 19:37:56 +00:00
Sema Change __extension__ to disable only diagnostics controlled by -pedantic. 2011-10-12 19:55:31 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Switch diagnostic text from "C++0x" over to "C++11". 2011-10-12 19:26:40 +00:00
SemaObjC objc: note location of the previously declared 2011-10-12 00:00:57 +00:00
SemaObjCXX Don't complain about qualified property or ivar access when the 2011-10-10 16:09:49 +00:00
SemaOpenCL In OpenCL, conversions between different vector types are disallowed 2011-09-22 13:03:14 +00:00
SemaTemplate When we determine that a function template specialization produced as 2011-10-12 20:35:48 +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