llvm-project/clang/test
Matt Beaumont-Gay dcd053e46d Test for LLVM r176911
llvm-svn: 176912
2013-03-12 23:56:16 +00:00
..
ARCMT [arcmt] Make sure the function has an associated parameter for the argument 2013-02-14 17:29:16 +00:00
ASTMerge Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then 2012-12-20 02:22:15 +00:00
Analysis Partly revert "Move clang tests that depend on llvm/ADT/Statistic.h to a subdir". 2013-03-11 17:48:03 +00:00
CXX PR15390: If a function returns a pointer to a function, that function type 2013-03-06 01:37:38 +00:00
CodeCompletion PR14381: Never skip constexpr function bodies when code-completing. We may need 2012-11-19 21:13:18 +00:00
CodeGen PR15480: fixed second parameter types of vec_lde, vec_lvebx, vec_lvehx, and vec_lvewx according to AltiVec Programming Interface Manual 2013-03-10 16:25:43 +00:00
CodeGenCUDA CUDA: give static storage class to __shared__ and __constant__ 2012-08-28 20:37:50 +00:00
CodeGenCXX Eliminate backend dependency in CFE testcase. 2013-03-12 21:40:00 +00:00
CodeGenObjC Improve the caching of debuginfo Objective C interface types. 2013-03-11 18:33:46 +00:00
CodeGenObjCXX Sema: Preserve attributes on parameters in instantiated function templates. 2013-03-08 22:25:36 +00:00
CodeGenOpenCL Fix indirect byval passing of records in address spaced memory. Allocate memory on stack, and memcpy the actual value before the call. 2013-03-10 12:59:00 +00:00
Coverage Objective-C: When using super.prop, property should be 2013-03-11 22:26:33 +00:00
Driver Make modules.m test portable, now that autolinking is dependent on whether or not the target uses the integrated assembler. 2013-03-12 21:49:29 +00:00
FixIt Fix warning text of my last patch. 2013-02-28 23:16:39 +00:00
Frontend [driver] Warnings for warning options are handled by the frontend. The driver needs to process the 2013-01-15 01:21:53 +00:00
Headers libstdc++'s <cstdalign> #includes <stdalign.h> and expects it to guard against 2013-02-21 02:17:58 +00:00
Index [libclang] Fix a test and a warning on windows. 2013-03-11 16:03:17 +00:00
Lexer Add -Wc99-compat warning for C11 unicode string and character literals. 2013-03-11 18:01:42 +00:00
Misc Test for LLVM r176911 2013-03-12 23:56:16 +00:00
Modules Ensure that the identifier chains have the most recent declaration after module deserialization. 2013-02-18 15:53:43 +00:00
OpenMP Add initial rough support for synthesizing linker options when passed 2013-01-17 13:19:29 +00:00
PCH [PCH] When complaining that a header from the PCH was modified, also mention 2013-03-08 20:42:38 +00:00
Parser Add quotation marks to template names in diagnostics. 2013-03-05 06:21:38 +00:00
Preprocessor Preprocessor: don't keep comments under -traditional-cpp. 2013-03-05 23:54:55 +00:00
Rewriter objective-C modern translator: Fixes a mistranslation 2013-02-11 19:30:33 +00:00
Sema HeaderDoc: Support more of HeaderDoc documentation 2013-03-07 23:33:11 +00:00
SemaCUDA
SemaCXX Add an interesting testcase we already handle correctly. 2013-03-12 19:50:10 +00:00
SemaObjC Objective-C: In my last path, also check 2013-03-12 22:22:38 +00:00
SemaObjCXX Sema: Preserve attributes on parameters in instantiated function templates. 2013-03-08 22:25:36 +00:00
SemaOpenCL Add a test case for the 'vec_type_hint' attribute that was introduced in 2013-03-11 12:38:45 +00:00
SemaTemplate <rdar://problem/13094134> Don't try to wire up typedef names for invalid anonymous tag declarations encountered during template instantiation. 2013-03-08 22:15:15 +00:00
TableGen Revert "tg-fixits.td: fixup for Linux" 2013-01-11 02:37:47 +00:00
Tooling Add indents to AST dumping and removed parenthesis from AST nodes. 2013-01-31 01:44:26 +00:00
Unit
CMakeLists.txt CMake: Include Clang unit tests in check-clang target in standalone builds. 2013-02-08 07:28:25 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg clang/test/Driver/darwin-sdkroot.c: Suppress this on msys bash, to introduce the feature "shell-preserves-root". 2013-01-16 06:10:16 +00:00
lit.site.cfg.in
make_test_dirs.pl