hanchenye-llvm-project/clang/test
Eli Friedman 0dfb889575 Support for C1x _Atomic specifier (see testcase). This is primarily being committed at the moment to help support C++0x <atomic>, but it should be a solid base for implementing the full specification of C1x _Atomic.
Thanks to Jeffrey Yasskin for the thorough review!

llvm-svn: 141330
2011-10-06 23:00:33 +00:00
..
ARCMT Make -fobjc-nonfragile-abi the -cc1 default, since it's the 2011-10-02 01:16:38 +00:00
ASTMerge Improve location fidelity of objc decls. 2011-10-04 04:48:02 +00:00
Analysis [static analyzer] Fix crash in LiveVariables and Environment::getSVal() when analyzing C++ pointer-to-member calls. Fixes <rdar://problem/10243398>. 2011-10-06 20:53:28 +00:00
CXX PR11067: A definition of a constexpr static variable doesn't need an initializer if the in-class declaration had one. Such a declaration must be initialized by a constant expression. 2011-10-06 09:21:12 +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 Move test, so it actually tests what it is supposed to (given that we don't have an AST verifier). 2011-09-27 18:55:06 +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
Driver [driver] Fix test case for Windows due to fallout from r141202+r141205. 2011-10-06 22:05:26 +00:00
FixIt Make -fobjc-nonfragile-abi the -cc1 default, since it's the 2011-10-02 01:16:38 +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 Make -fobjc-nonfragile-abi the -cc1 default, since it's the 2011-10-02 01:16:38 +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 Support for C1x _Atomic specifier (see testcase). This is primarily being committed at the moment to help support C++0x <atomic>, but it should be a solid base for implementing the full specification of C1x _Atomic. 2011-10-06 23:00:33 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX constexpr functions are implicitly const. More tests to follow. 2011-09-30 00:45:47 +00:00
SemaObjC Fix crash when using archaic protocol, rdar://10238337 2011-10-05 21:28:06 +00:00
SemaObjCXX objc++: For atomic properties of c++ class objec typet, appropriate 2011-10-06 18:38:18 +00:00
SemaOpenCL In OpenCL, conversions between different vector types are disallowed 2011-09-22 13:03:14 +00:00
SemaTemplate Mark the ExtWarn for in-class initialization of static const float members as a GNU extension. Don't extend the scope of this extension to all literal types in C++0x mode. 2011-09-29 23:18:34 +00:00
Unit
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