llvm-project/clang/test
Daniel Dunbar b2543043e6 [driver/Darwin] Adjust SDKROOT handling code to not generate "-isysroot /".
llvm-svn: 172548
2013-01-15 20:33:56 +00:00
..
ARCMT [arcmt] Follow-up for r171484; make sure when adding brackets enclosing case statements, 2013-01-08 00:58:25 +00:00
ASTMerge Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then 2012-12-20 02:22:15 +00:00
Analysis [analyzer] -drain is not an alias for -release. 2013-01-14 18:58:33 +00:00
CXX Refactor to call ActOnFinishFullExpr on every full expression. Teach 2013-01-14 22:39:08 +00:00
CodeCompletion PR14381: Never skip constexpr function bodies when code-completing. We may need 2012-11-19 21:13:18 +00:00
CodeGen Multiprecision subtraction builtins. 2013-01-14 21:44:30 +00:00
CodeGenCUDA CUDA: give static storage class to __shared__ and __constant__ 2012-08-28 20:37:50 +00:00
CodeGenCXX Disable caching of visibility. 2013-01-12 06:42:30 +00:00
CodeGenObjC Enable the new (more C++-like, less broken) EH model when targeting the GNUstep 2013-01-11 15:33:01 +00:00
CodeGenObjCXX Declare +new instead of -new in test. 2013-01-10 22:17:49 +00:00
CodeGenOpenCL r172047 lacked a test (due to incomplete OpenCL support in clang). Use a modified 2013-01-10 10:42:08 +00:00
Coverage Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532." 2012-10-24 03:59:09 +00:00
Driver [driver/Darwin] Adjust SDKROOT handling code to not generate "-isysroot /". 2013-01-15 20:33:56 +00:00
FixIt Add fixit hints for misplaced C++11 attributes around class specifiers. 2013-01-07 16:57:11 +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 [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 comment parsing: when property accessors don't have comment 2013-01-12 00:28:34 +00:00
Lexer Add __has_feature(memory_sanitizer). 2012-12-20 12:03:13 +00:00
Misc Dump comments in -ast-dump. 2013-01-14 14:07:11 +00:00
Modules Topologically sort the link options generated for modules based on 2013-01-14 20:53:57 +00:00
OpenMP Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev! 2013-01-15 06:45:29 +00:00
PCH Implement AST dumper for Decls. 2012-12-20 02:09:13 +00:00
Parser Add a test for -Wsemicolon-before-method-body fixit 2013-01-15 18:29:04 +00:00
Preprocessor [PreprocessingRecord] A macro expansion can be reported out-of-order in cases when 2013-01-09 23:22:20 +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 Add a comment to test to clarify the intention here 2013-01-12 22:39:30 +00:00
SemaCUDA
SemaCXX Don't crash when binding a reference to a temporary pointer created from 2013-01-15 07:58:29 +00:00
SemaObjC Use Decl::getAvailability() rather than checking for the "unavailable" 2013-01-08 18:16:18 +00:00
SemaObjCXX put back diagnostics when flexible members are captured 2013-01-09 00:09:15 +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
TableGen Revert "tg-fixits.td: fixup for Linux" 2013-01-11 02:37:47 +00:00
Tooling Implement Attr dumping for -ast-dump. 2013-01-07 17:53:08 +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