llvm-project/clang/test
Richard Smith f368fb40df constexpr: Disable checking of constructor member initializer lists for
constexpr constructor templates. Such checking is optional, and currently hard
to get right since clang doesn't generate implicit member initializers until
instantiation (even for non-dependent members).

This is needed for clang to accept libstdc++ from g++4.6 in c++0x mode.

llvm-svn: 141547
2011-10-10 16:38:04 +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 Provide basic static analyzer support for CXXTemporaryObjectExpr. Patch by Jim Goodnow II. 2011-10-07 22:48:13 +00:00
CXX constexpr: Disable checking of constructor member initializer lists for 2011-10-10 16:38:04 +00:00
CodeCompletion Support code-completion for C++ inline methods and ObjC buffering methods. 2011-09-04 03:32:15 +00:00
CodeGen Propagate __attribute__((returns_twice)) from C to IL. 2011-10-03 14:59:42 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX Record layout requires not just a definition, but a complete 2011-10-07 02:39:22 +00:00
CodeGenObjC When constructing debug information for synthesized variables for the 2011-10-06 00:31:18 +00:00
CodeGenObjCXX objc++: Accessing explicit property of reference type need 2011-10-03 17:58:21 +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 [driver] Fix test case for Windows due to fallout from r141202+r141205. 2011-10-06 22:05:26 +00:00
FixIt Remove FIXME obsoleted by change r141279 for PR11067. 2011-10-07 03:16:33 +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 Added CXAvailability_NotAccessible to indicate that a declaration is available, but not accessible from the current code completion context. 2011-10-06 07:27:49 +00:00
Lexer Make -fobjc-nonfragile-abi the -cc1 default, since it's the 2011-10-02 01:16:38 +00:00
Misc Add -Wlanguage-extension-token option for ext_token_used warning. 2011-10-06 02:46:34 +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 OpenCL: add a non-standard extension, cl_clang_storage_class_specifiers, 2011-10-06 03:01:00 +00:00
Preprocessor Make -fobjc-nonfragile-abi the -cc1 default, since it's the 2011-10-02 01:16:38 +00:00
Rewriter Fix the rewriter, rdar://10234024. 2011-10-05 19:37:56 +00:00
Sema Hack in a workaround for PR11082 until we have a proper fix. This 2011-10-07 18:40:27 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Parse the initializer for a class member after handling its 2011-10-10 14:49:18 +00:00
SemaObjC objc: Do not warn about mismatch on Super's readonly property attribute, 2011-10-08 17:45:33 +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 For the various CF and NS attributes, don't complain if the parameter 2011-10-09 22:26:49 +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