llvm-project/clang/test
David Blaikie a76a7c902a Emit debug info for unnamed parameters.
LLVM ignores this data for now - patch for that to follow.

llvm-svn: 171605
2013-01-05 05:58:35 +00:00
..
ARCMT [arcmt] Allow removing an -autorelease of a variable initialized in the previous statement. 2013-01-04 18:30:11 +00:00
ASTMerge Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then 2012-12-20 02:22:15 +00:00
Analysis Fix capitalization of Objective-C in diagnostic. 2013-01-03 01:30:20 +00:00
CXX Improve diagnostic wording for when an implicitly-deleted special member 2012-12-28 12:23:24 +00:00
CodeCompletion PR14381: Never skip constexpr function bodies when code-completing. We may need 2012-11-19 21:13:18 +00:00
CodeGen [mips] Fix data layout string. Add 64 to the list of native integer widths 2013-01-05 02:04:34 +00:00
CodeGenCUDA CUDA: give static storage class to __shared__ and __constant__ 2012-08-28 20:37:50 +00:00
CodeGenCXX Emit debug info for unnamed parameters. 2013-01-05 05:58:35 +00:00
CodeGenObjC In my last patch initialize the destination to null (with a simple store) before doing a storeStrong to it. 2013-01-05 00:32:13 +00:00
CodeGenObjCXX Reapply r170344, this time without forgetting to commit the header changes. 2012-12-17 18:54:24 +00:00
CodeGenOpenCL Re-commit r170428 changes with Linux style file endings. 2012-12-18 14:38:23 +00:00
Coverage Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532." 2012-10-24 03:59:09 +00:00
Driver Silence some warnings and allow passing down some feature flags to the linker. 2012-12-31 22:41:36 +00:00
FixIt Use some heuristics so that when a fixit removes a source range, we try 2012-12-20 21:05:53 +00:00
Frontend hexagon-target-basic.c test: add REQUIRES line for hexagon target 2013-01-02 22:30:14 +00:00
Headers [clang tests] Added require ppc64-registered-target to Headers/altivec-header.c to ensure it only runs on ppc64. 2012-10-31 20:20:04 +00:00
Index Various fixes to clang-format's macro handling. 2013-01-04 23:34:14 +00:00
Lexer Add __has_feature(memory_sanitizer). 2012-12-20 12:03:13 +00:00
Misc Use a safe default width for template-diff'ing integral arguments, in 2012-12-21 23:03:27 +00:00
Modules Add the module name to the 'incomplete umbrella header' warning. 2013-01-04 18:58:28 +00:00
PCH Implement AST dumper for Decls. 2012-12-20 02:09:13 +00:00
Parser Re-commit r170428 changes with Linux style file endings. 2012-12-18 14:38:23 +00:00
Preprocessor s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few nearby 'C++0x' comments. 2013-01-02 12:01:23 +00:00
Rewriter -arch is a darwin-specific driver feature, use a triple instead in rewriter test. 2012-10-02 09:42:36 +00:00
Sema Unqualify the parameter type. 2013-01-04 20:34:32 +00:00
SemaCUDA
SemaCXX Assert that redeclarations have the same linkage. 2013-01-05 01:28:37 +00:00
SemaObjC Fix up various builtin declaration of objc_msgSend families 2013-01-04 18:45:40 +00:00
SemaObjCXX Fix capitalization of Objective-C in diagnostic. 2013-01-03 01:30:20 +00:00
SemaOpenCL Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
SemaTemplate PR14695: Fix assert from bad cast<>. Not every namespace is a NamespaceDecl; it might instead be a TranslationUnitDecl. 2012-12-22 02:46:14 +00:00
Tooling Implement AST dumper for Decls. 2012-12-20 02:09:13 +00:00
Unit
CMakeLists.txt Removed standalone clang-ast-dump tool. 2012-07-26 01:44:18 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg clang/test/Driver: Introduce the feature "clang-driver", set if gcc driver is not used. 2012-12-11 07:06:09 +00:00
lit.site.cfg.in
make_test_dirs.pl