llvm-project/clang/test
Richard Smith bb653bd5f9 Implement IRGen for C++11's "T{1, 2, 3}", where T is an aggregate and the
expression is treated as an lvalue.

llvm-svn: 156781
2012-05-14 21:57:21 +00:00
..
ARCMT [arcmt] When fixing the "unassigned init call" ARC error, make sure 2012-03-31 01:34:06 +00:00
ASTMerge Fix crash at @implementation with a forward reference as base class. 2012-03-13 01:09:36 +00:00
Analysis [analyzer] strncpy: Special-case a length of 0 to avoid an incorrect warning. 2012-05-14 17:58:35 +00:00
CXX When diagnosing inaccessible temporary destructors in decltype expressions, use 2012-05-11 22:20:10 +00:00
CodeCompletion Add 'env' in hopes of making this test pass on Windows. 2012-04-16 03:22:35 +00:00
CodeGen We were already passing the case in pr9356. Add it to attributes.c to make 2012-05-13 01:56:10 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX Implement IRGen for C++11's "T{1, 2, 3}", where T is an aggregate and the 2012-05-14 21:57:21 +00:00
CodeGenObjC Test for -fdebugger-objc-literal: missing methods should be generated like missing classes. 2012-05-13 20:36:47 +00:00
CodeGenObjCXX When @encode'ing a C++ class that has empty base classes, we can end 2012-04-27 22:30:01 +00:00
CodeGenOpenCL Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm 2012-04-14 12:37:26 +00:00
Coverage rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
Driver Teach the driver on Linux to respect -nodefaultlibs. 2012-05-14 18:31:18 +00:00
FixIt objective-c. Fixes a 'fixit' where location of 2012-05-09 21:49:29 +00:00
Frontend Escape % in diagnostic message when compiling LLVM IR. 2012-03-16 22:31:42 +00:00
Headers Remove the 'intrin.h' builtin header file and its tests for now. 2012-05-07 20:46:58 +00:00
Index Fix an old (2009) FIXME: 2012-05-10 02:50:16 +00:00
Lexer Add a predefine __WINT_UNSIGNED__, similar to __WCHAR_UNSIGNED__, and test them both for ARM and X86. 2012-05-04 11:23:40 +00:00
Misc Fix an assertion hit when the serialized diagnostics writer receive a diagnostic 2012-05-10 05:03:45 +00:00
Modules There's some code in the PCH reader that looks like it's needlessly complex, but 2012-04-12 07:56:21 +00:00
PCH The Lexer constructor expects a source location at the start of the 2012-05-11 21:39:18 +00:00
Parser Push the knowledge that we are parsing a type-id/type-name further into the 2012-05-09 20:55:26 +00:00
Preprocessor [preprocessor] Make sure that MacroExpands callbacks are always in source order. 2012-05-10 18:57:19 +00:00
Rewriter [objc] When boxing a BOOL/NSInteger/NSUInteger type, use the corresponding 2012-05-10 23:12:03 +00:00
Sema Produce a warning for mismatched section attributes. Completest pr9356. 2012-05-13 02:42:42 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX PR11857: When the wrong number of arguments are provided for a function 2012-05-11 05:16:41 +00:00
SemaObjC Only check NSArray/NSDictionary boxing method params once. 2012-05-12 17:32:56 +00:00
SemaObjCXX Add a missing RequireCompleteType call when synthesizing properties. <rdar://problem/11333367>. 2012-05-01 22:26:06 +00:00
SemaOpenCL Support constant evaluation for OpenCL nested vector literals. Patch by Anton Lokhmotov. 2012-01-03 23:24:20 +00:00
SemaTemplate Recover properly if a class member declaration starts with a scope specifier 2012-05-09 08:23:23 +00:00
Tooling Declare abstract class ArgumentsAdjuster. This abstract interface describes 2012-05-09 16:18:30 +00:00
Unit
CMakeLists.txt Add the dependency on clang-check to clang-test, so clang-check 2012-04-04 12:18:22 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg test/lit.cfg: Please pass %INCLUDE% to clang.exe on Win32. MS-compatible clang may refer to %INCLUDE%. It fixes r154188. 2012-04-07 01:02:53 +00:00
lit.site.cfg.in
make_test_dirs.pl