llvm-project/clang/test
Sebastian Pop 3ff4416458 check that always_inline attribute works with -fno-inline
Clean up the existing test to use FileCheck.

llvm-svn: 168607
2012-11-26 20:44:46 +00:00
..
ARCMT Change VerifyDiagnosticConsumer so that it *must* contain at least one "expected-*" directive. As a result, for test-cases that are not expected to generate any diagnostics, an additional directive "expected-no-diagnostics" has been implemented which can then be included in such test-cases. This new directive may not be used in conjunction with any other "expected-*" directive. 2012-10-19 12:49:32 +00:00
ASTMerge Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
Analysis [analyzer] Fix a crash reported in PR 14400. 2012-11-26 19:11:46 +00:00
CXX Fix regression in r168477. Use canonical decl when looking for base class 2012-11-22 00:40:54 +00:00
CodeCompletion PR14381: Never skip constexpr function bodies when code-completing. We may need 2012-11-19 21:13:18 +00:00
CodeGen check that always_inline attribute works with -fno-inline 2012-11-26 20:44:46 +00:00
CodeGenCUDA CUDA: give static storage class to __shared__ and __constant__ 2012-08-28 20:37:50 +00:00
CodeGenCXX Fix PR14413 - incorrect mangling of anonymous namespaces with -cxx-abi microsoft 2012-11-26 08:55:48 +00:00
CodeGenObjC block extended signatur option. Change previous option 2012-11-15 19:02:45 +00:00
CodeGenObjCXX Don't try to save the assigned value in a Objective-C property assignment 2012-11-13 23:16:33 +00:00
CodeGenOpenCL FP_CONTRACT: Fix two tests for -Asserts. 2012-10-02 16:36:54 +00:00
Coverage Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532." 2012-10-24 03:59:09 +00:00
Driver Fix test case for linking with sanitizer opts added in r168428. 2012-11-25 13:40:21 +00:00
FixIt Fix an assertion failure printing the unused-label fixit in files using CRLF line endings. <rdar://problem/12639047>. 2012-11-14 01:28:38 +00:00
Frontend A number of test cases assume that an "int" parameter or return value 2012-10-24 12:22:56 +00:00
Headers [clang tests] Added require ppc64-registered-target to Headers/altivec-header.c to ensure it only runs on ppc64. 2012-10-31 20:20:04 +00:00
Index Testcase overriding-ftemplate-comments.cpp: use [[@LINE]] to make it less fragile. 2012-11-16 22:34:07 +00:00
Lexer Fix crash on end-of-file after \ in a char literal, fixes PR14369. 2012-11-17 20:25:54 +00:00
Misc SemaCXX: an enumeral type can be of character or boolean type in a C++11 enum class. Make sure we create a literal of the right type. 2012-11-21 17:42:47 +00:00
Modules If an excluded header does not exist, just ignore it 2012-11-15 19:47:16 +00:00
PCH [PCH] Reading expressions from attributes should be done using ReadExpr(), 2012-11-15 01:31:39 +00:00
Parser Made the "expected string literal" diagnostic more expressive 2012-11-17 19:16:52 +00:00
Preprocessor Prevent premature macro expansion in __has_builtin, __has_feature, 2012-11-17 19:18:27 +00:00
Rewriter -arch is a darwin-specific driver feature, use a triple instead in rewriter test. 2012-10-02 09:42:36 +00:00
Sema Check that we don't warn on this testcase. This is basically a test that 2012-11-23 13:54:40 +00:00
SemaCUDA
SemaCXX Add a basic testcase for the "variable is not needed" warning and one that 2012-11-25 14:00:51 +00:00
SemaObjC objective-C: Do not issue deprecated warning about implementation 2012-11-17 20:53:53 +00:00
SemaObjCXX clang/test: Suppress two tests on LLP64 target, Windows x64. 2012-11-19 10:00:59 +00:00
SemaOpenCL Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
SemaTemplate PR14428: When instantiating a 'new' expression, if we had a non-dependent 2012-11-26 08:32:48 +00:00
Tooling Use color for -ast-dump-filter only when it is supported 2012-11-21 10:54:55 +00:00
Unit
CMakeLists.txt Removed standalone clang-ast-dump tool. 2012-07-26 01:44:18 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg Revert r168132, "clang/test/lit.cfg: Suppress the feature 'dev-fd-fs' for now." I missed Daniel's r168095 by my accident. 2012-11-16 03:50:55 +00:00
lit.site.cfg.in
make_test_dirs.pl