llvm-capstone/clang/test
Douglas Gregor 1715a2f9d5 When forming the link options for an imported module, also include the
link options for the modules it imports.

llvm-svn: 172448
2013-01-14 19:00:05 +00:00
..
Analysis [analyzer] -drain is not an alias for -release. 2013-01-14 18:58:33 +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
CodeCompletion
CodeGen This patch addresses varargs processing for small complex types under 2013-01-14 17:45:36 +00:00
CodeGenCUDA
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
CXX Fix regression in r172376. Don't try to detect missing 'constexpr' specifiers 2013-01-14 08:00:39 +00:00
Driver Refactor the x86 CPU name logic in the driver and pass -march and -mcpu 2013-01-13 11:46:33 +00:00
FixIt Add fixit hints for misplaced C++11 attributes around class specifiers. 2013-01-07 16:57:11 +00:00
Frontend hexagon-target-basic.c test: add REQUIRES line for hexagon target 2013-01-02 22:30:14 +00:00
Headers
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 When forming the link options for an imported module, also include the 2013-01-14 19:00:05 +00:00
Parser Accept [[gnu::*]] for all __attribute__((*))s which are: 2013-01-14 07:53:01 +00:00
PCH Implement AST dumper for Decls. 2012-12-20 02:09:13 +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
Sema Add a comment to test to clarify the intention here 2013-01-12 22:39:30 +00:00
SemaCUDA
SemaCXX clang/test/SemaCXX/cxx11-gnu-attrs.cpp: Add explicit -triple x86_64-unknown-unknown, or it doesn't work for targetting win32. 2013-01-14 13:16:02 +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
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
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
Makefile
TestRunner.sh