hanchenye-llvm-project/clang/test
Douglas Gregor 50cefbf212 When we end up having to parse the initializer of a C++ member early
in -fms-extensions mode, make sure we actually use that initializer
after having handled the declaration. Fixes PR11150.

llvm-svn: 142195
2011-10-17 17:09:53 +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 Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
CXX Don't try to diagnose anything when we're passing incomplete types 2011-10-14 20:34:19 +00:00
CodeCompletion Support code-completion for C++ inline methods and ObjC buffering methods. 2011-09-04 03:32:15 +00:00
CodeGen Missed tests for half FP support 2011-10-14 23:32:50 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX Handle an edge case involving the conditional operator and throw expressions. PR10582. 2011-10-15 02:10:40 +00:00
CodeGenObjC When constructing debug information for synthesized variables for the 2011-10-06 00:31:18 +00:00
CodeGenObjCXX obj-c++: allow the getter/setter to return/take parameters 2011-10-15 17:36:49 +00:00
CodeGenOpenCL PTX: Set proper calling conventions for PTX in OpenCL mode. 2011-10-05 17:58:44 +00:00
Coverage
Driver Use Triple.isOSDarwin() instead of comparing against Triple::Darwin. 2011-10-14 05:03:44 +00:00
FixIt Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +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 Fixed merge-mistake where ActOnAccessSpecifier was called twice for every access specifier. The testcase has been changed to catch this too. 2011-10-17 09:54:52 +00:00
Lexer Add c_alignas and cxx_alignas features 2011-10-14 23:44:46 +00:00
Misc Add a testcase for r142121 based on an idea from Richard Smith. Thanks! 2011-10-16 21:33:06 +00:00
Modules For modules, all macros that aren't include guards are implicitly 2011-10-17 15:32:29 +00:00
PCH Really protect from infinite loop when there are objc method redeclarations. 2011-10-14 08:02:31 +00:00
Parser Testcase for half of r142048. 2011-10-15 04:11:50 +00:00
Preprocessor Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
Rewriter Fix the rewriter, rdar://10234024. 2011-10-05 19:37:56 +00:00
Sema Perform an lvalue-to-rvalue conversion on an array index in a __builtin_offsetof expression. 2011-10-17 05:48:07 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX When we end up having to parse the initializer of a C++ member early 2011-10-17 17:09:53 +00:00
SemaObjC Avoid duplicate unavailbility diagnostics in objc++. 2011-10-15 19:18:36 +00:00
SemaObjCXX Under ARC, merge the bit corresponding to the ns_returns_retained 2011-10-14 15:55:40 +00:00
SemaOpenCL In OpenCL, conversions between different vector types are disallowed 2011-09-22 13:03:14 +00:00
SemaTemplate When declaring an out-of-line template, attempt to rebuild any types 2011-10-14 15:31:12 +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