llvm-project/clang/test
Eric Christopher e040c27fb8 Remove the need for a header and specify a triple so that the type
sizes make sense.

llvm-svn: 136309
2011-07-28 00:28:22 +00:00
..
ARCMT [arcmt] Revert r135382, there's a different approach in r135764. rdar://9821111. 2011-07-27 05:28:22 +00:00
ASTMerge Flip the default for showing include stacks on notes to false. This 2011-03-27 20:00:08 +00:00
Analysis objc: clang should warn if redeclaration of methods 2011-07-24 20:53:26 +00:00
CXX Add support for C++0x unicode string and character literals, from Craig Topper! 2011-07-27 05:40:30 +00:00
CodeCompletion Fix an assertion when code-completing, rdar://9288730 & http://llvm.org/PR9728. 2011-04-23 01:04:12 +00:00
CodeGen Remove the need for a header and specify a triple so that the type 2011-07-28 00:28:22 +00:00
CodeGenCXX Fix typo in test. 2011-07-27 20:09:36 +00:00
CodeGenObjC The lock operand to an @synchronized statement is also 2011-07-27 21:50:02 +00:00
CodeGenObjCXX Clean up the analysis of the collection operand to ObjC 2011-07-27 01:07:15 +00:00
CodeGenOpenCL This handles the missing cases of opencl vector literals. 2011-07-15 23:07:01 +00:00
Coverage Remove the AST printer (-ast-print-xml), which is too incomplete and 2011-03-07 01:03:30 +00:00
Driver Test for r136294. 2011-07-27 23:37:42 +00:00
FixIt Provide fixit for static use of objective-c type 2011-07-26 17:58:54 +00:00
Frontend Revert r134898, "test/Frontend/dependency-gen.c: Mark XFAIL: mingw due to PR10331. to appease mingw-target (and non-mingw-host) builds. 2011-07-11 22:34:14 +00:00
Headers Use -ffreestanding with clang_cc1 to make the test picks the clang builtin include. 2011-07-22 10:49:54 +00:00
Index Add new libclang API, clang_codeCompleteGetObjCSelector(), which 2011-07-26 15:24:30 +00:00
Lexer Add support for C++0x unicode string and character literals, from Craig Topper! 2011-07-27 05:40:30 +00:00
Misc Add template instantiations to the output of -ast-dump. 2011-07-28 00:19:05 +00:00
PCH Fix diagnostic when loading a PCH which has different enabled/disabled state of -fobjc-arc. rdar://9818341 2011-07-21 21:56:04 +00:00
Parser Add support for C++0x unicode string and character literals, from Craig Topper! 2011-07-27 05:40:30 +00:00
Preprocessor Reenable test. 2011-07-11 21:58:47 +00:00
Rewriter Fixup more objc rwriter bug having to do with 2011-04-11 21:17:02 +00:00
Sema Forbid address-space-qualified function types, per TR 18037 2011-07-27 20:30:05 +00:00
SemaCUDA Sema: diagnose kernel calls to non-global functions 2011-02-23 01:53:29 +00:00
SemaCXX Add support for C++0x unicode string and character literals, from Craig Topper! 2011-07-27 05:40:30 +00:00
SemaObjC Clean up the analysis of the collection operand to ObjC 2011-07-27 01:07:15 +00:00
SemaObjCXX Objective-C++ ARC: When performing template argument deduction for a 2011-07-26 14:53:44 +00:00
SemaOpenCL This handles the missing cases of opencl vector literals. 2011-07-15 23:07:01 +00:00
SemaTemplate In Microsoft mode, if we are within a templated function and we can't resolve Identifier during BuildCXXNestedNameSpecifier, then extend the SS with Identifier. This will have the effect of resolving Identifier during template instantiation. The goal is to be able to resolve a function call whose nested-name-specifier is located inside a dependent base class. 2011-07-27 01:05:24 +00:00
Unit test/Unit: Fixup lit.cfg to allow running inside test/Unit (with llvm-config in 2011-06-22 21:46:43 +00:00
CMakeLists.txt test/CMakeLists.txt: Re-indent. 2011-07-20 16:35:49 +00:00
Makefile lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg Added registered targets for in-test dependency declarations. 2011-06-03 18:36:30 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl