llvm-project/clang/test
Chandler Carruth f7e0ecb65d Implement the feature I was originally driving toward when I started
this saga. Teach the driver to detect a GCC installed along side Clang
using the existing InstalledDir support in the Clang driver. This makes
a lot of Clang's behavior more automatic when it is installed along side
GCC.

Also include the first test cases (more to come, honest) which test both
the install directory behavior, and the version sorting behavior to show
that we're actually searching for the best candidate GCC installation
now.

llvm-svn: 141145
2011-10-05 01:01:57 +00:00
..
ARCMT Make -fobjc-nonfragile-abi the -cc1 default, since it's the 2011-10-02 01:16:38 +00:00
ASTMerge Improve location fidelity of objc decls. 2011-10-04 04:48:02 +00:00
Analysis Make -fobjc-nonfragile-abi the -cc1 default, since it's the 2011-10-02 01:16:38 +00:00
CXX Don't allow an rvalue reference to bind to the result of a calling a 2011-10-04 23:59:32 +00:00
CodeCompletion Support code-completion for C++ inline methods and ObjC buffering methods. 2011-09-04 03:32:15 +00:00
CodeGen Propagate __attribute__((returns_twice)) from C to IL. 2011-10-03 14:59:42 +00:00
CodeGenCXX Move test, so it actually tests what it is supposed to (given that we don't have an AST verifier). 2011-09-27 18:55:06 +00:00
CodeGenObjC Mark calls to objc_retainBlock that don't result from casts 2011-10-04 06:23:45 +00:00
CodeGenObjCXX objc++: Accessing explicit property of reference type need 2011-10-03 17:58:21 +00:00
CodeGenOpenCL OpenCL: introduce support for function scope __local variables 2011-09-19 21:14:35 +00:00
Coverage Remove the AST printer (-ast-print-xml), which is too incomplete and 2011-03-07 01:03:30 +00:00
Driver Implement the feature I was originally driving toward when I started 2011-10-05 01:01:57 +00:00
FixIt Make -fobjc-nonfragile-abi the -cc1 default, since it's the 2011-10-02 01:16:38 +00:00
Frontend Basic/Diagnostics: Apparently, #pragma ... diagnostic is intended to override 2011-10-04 21:17:24 +00:00
Headers Remove __WCHAR_UNSIGNED__ and anything that used it. 2011-09-20 18:05:01 +00:00
Index Improve location fidelity of objc decls. 2011-10-04 04:48:02 +00:00
Lexer Make -fobjc-nonfragile-abi the -cc1 default, since it's the 2011-10-02 01:16:38 +00:00
Misc Place diagnostic warn_atomic_property_rule under a -W flag. Fixes <rdar://problem/10230631>. 2011-10-04 15:53:53 +00:00
Modules Introduce an opt-in warning when a module is being implicitly built 2011-09-29 00:52:27 +00:00
PCH Make -fobjc-nonfragile-abi the -cc1 default, since it's the 2011-10-02 01:16:38 +00:00
Parser Make -fobjc-nonfragile-abi the -cc1 default, since it's the 2011-10-02 01:16:38 +00:00
Preprocessor Make -fobjc-nonfragile-abi the -cc1 default, since it's the 2011-10-02 01:16:38 +00:00
Rewriter objc rewriter - more fixes to support compiling the rewritten 2011-09-10 17:01:56 +00:00
Sema c: assignment/init of a function pointer whose function(s) 2011-10-05 00:05:34 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX constexpr functions are implicitly const. More tests to follow. 2011-09-30 00:45:47 +00:00
SemaObjC objc: Turn diagnostic on property type mismatch in 2011-10-04 18:44:26 +00:00
SemaObjCXX Make -fobjc-nonfragile-abi the -cc1 default, since it's the 2011-10-02 01:16:38 +00:00
SemaOpenCL In OpenCL, conversions between different vector types are disallowed 2011-09-22 13:03:14 +00:00
SemaTemplate Mark the ExtWarn for in-class initialization of static const float members as a GNU extension. Don't extend the scope of this extension to all literal types in C++0x mode. 2011-09-29 23:18:34 +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 CMake: "clang-test" may not depend on check.deps. 2011-08-16 03:45:31 +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