hanchenye-llvm-project/clang/test
Daniel Dunbar b274318bba Frontend: Support -iframework.
llvm-svn: 142418
2011-10-18 20:40:38 +00:00
..
ARCMT [arcmt] Rewrite attributes in extensions as well. rdar://9992142 2011-10-18 19:49:19 +00:00
ASTMerge Improve location fidelity of objc decls. 2011-10-04 04:48:02 +00:00
Analysis Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
CXX Simplify RecordDeclCXX::setBases slightly. No functional change. 2011-10-18 20:08:55 +00:00
CodeCompletion Support code-completion for C++ inline methods and ObjC buffering methods. 2011-09-04 03:32:15 +00:00
CodeGen Add missing newline. 2011-10-17 21:48:31 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX Handle an edge case involving the conditional operator and throw expressions. PR10582. 2011-10-15 02:10:40 +00:00
CodeGenObjC Strip qualifiers off the type of an implicit property defined by 2011-10-17 20:05:43 +00:00
CodeGenObjCXX obj-c++: Fix a IRGen crash when getter is a reference type. 2011-10-17 21:00:22 +00:00
CodeGenOpenCL PTX: Set proper calling conventions for PTX in OpenCL mode. 2011-10-05 17:58:44 +00:00
Coverage
Driver Switch to the C++11 warning flags in tests. 2011-10-18 05:54:07 +00:00
FixIt Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
Frontend Frontend: Support -iframework. 2011-10-18 20:40:38 +00:00
Headers Remove __WCHAR_UNSIGNED__ and anything that used it. 2011-09-20 18:05:01 +00:00
Index [libclang] Since an objc extension semantically continues the interface of the class 2011-10-18 16:50:06 +00:00
Lexer Add c_alignas and cxx_alignas features 2011-10-14 23:44:46 +00:00
Misc Move about 20 random diagnostics under -W flags. Patch by Ahmed Charles! 2011-10-17 21:47:53 +00:00
Modules For modules, all macros that aren't include guards are implicitly 2011-10-17 15:32:29 +00:00
PCH Really protect from infinite loop when there are objc method redeclarations. 2011-10-14 08:02:31 +00:00
Parser Refactor __attribute__ parsing, and add a diagnostic if the r_paren at the end 2011-10-17 21:20:17 +00:00
Preprocessor Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
Rewriter Fix the rewriter, rdar://10234024. 2011-10-05 19:37:56 +00:00
Sema Another attempt at fixing format-strings-fixit.c. 2011-10-18 09:30:37 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Switch to the C++11 warning flags in tests. 2011-10-18 05:54:07 +00:00
SemaObjC objc: more changes in use of IBOutletCollection attribute. 2011-10-18 19:54:31 +00:00
SemaObjCXX Teach the ARC compiler to not require __bridge casts when 2011-10-17 18:40:02 +00:00
SemaOpenCL The comparison of two vectors should return a signed result. hasIntegerRepresentation() used to always return false for vectors, but since it was changed, it also 2011-10-17 21:00:38 +00:00
SemaTemplate Switch to the C++11 warning flags in tests. 2011-10-18 05:54:07 +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 CUDA: set proper calling conventions for PTX 2011-10-06 16:49:54 +00:00
Makefile lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg FreeBSD (apparently) does not support crash-recovery tests. 2011-08-26 22:46:31 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl