llvm-project/clang/test
Chandler Carruth 59d9ebb103 As I suspected, completely non-multilib machines just get no suffix.
Make the suffixes optional everywhere, and just make sure they have the
right value. The suffixes aren't the interesting part of this test
anyways.

Sorry for the churn as I let the bots try out various patterns.

llvm-svn: 140927
2011-10-01 02:39:57 +00:00
..
ARCMT [arcmt] Use __bridge_retained when passing an objc object to a CF parameter 2011-09-14 18:17:09 +00:00
ASTMerge Flip the default for showing include stacks on notes to false. This 2011-03-27 20:00:08 +00:00
Analysis Tweak the interface for analyzing the CF conventions for a name 2011-10-01 00:48:56 +00:00
CXX constexpr: semantic checking for constexpr functions and constructors. Based in 2011-10-01 02:31:28 +00:00
CodeCompletion Support code-completion for C++ inline methods and ObjC buffering methods. 2011-09-04 03:32:15 +00:00
CodeGen I had meant to locally revert this test. 2011-09-21 08:34:49 +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 Allow the results of cf_returns_not_retained function 2011-10-01 01:01:08 +00:00
CodeGenObjCXX objc arc: allow objc_returns_inner_pointer on methods that return 2011-09-30 20:50:23 +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 As I suspected, completely non-multilib machines just get no suffix. 2011-10-01 02:39:57 +00:00
FixIt 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
Frontend Basic/Diagnostics: Rewrite DiagnosticIDs::getDiagnosticLevel completely to be straighter line code, use the new DiagnosticMappingInfo flags, and eliminate the odd MAP_WARNING_NO_WERROR and friend mappings. 2011-09-29 01:58:05 +00:00
Headers Remove __WCHAR_UNSIGNED__ and anything that used it. 2011-09-20 18:05:01 +00:00
Index [libclang] Introduce CXCursor_CXXAccessSpecifier for C++'s public:/private:/protected: specifiers. 2011-09-30 17:58:23 +00:00
Lexer When parsing a character literal, extract the characters from the 2011-09-27 17:00:18 +00:00
Misc Add a warning group for warnings about using C1X features as extensions 2011-09-29 18:04:12 +00:00
Modules Introduce an opt-in warning when a module is being implicitly built 2011-09-29 00:52:27 +00:00
PCH [libclang] When getting a source location from a file:line:col triplet 2011-09-19 20:40:35 +00:00
Parser Fix a bug in the token caching for inline constructors in C++11, and improve error recovery in both dialects. This should fix the GCC test suite failures as well. 2011-09-30 08:32:17 +00:00
Preprocessor Generate tests for all of the x86 SIMD instruction feature set 2011-09-28 10:36:46 +00:00
Rewriter objc rewriter - more fixes to support compiling the rewritten 2011-09-10 17:01:56 +00:00
Sema Support dllimport and dllexport on x86-64 Windows. PR10978. Patch by Ruben Van Boxem. 2011-09-30 18:53:25 +00:00
SemaCUDA Sema: diagnose kernel calls to non-global functions 2011-02-23 01:53:29 +00:00
SemaCXX constexpr functions are implicitly const. More tests to follow. 2011-09-30 00:45:47 +00:00
SemaObjC Allow the results of cf_returns_not_retained function 2011-10-01 01:01:08 +00:00
SemaObjCXX objc++ arc: Diagnose block pointer type mismatch when 2011-09-28 20:22:05 +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