llvm-project/clang/test
Alp Toker cfea74944a Make the -Wkeyword-compat diag message more accurate
Changed from:

  keyword '__is_empty' will be treated as an identifier for the remainder of the translation unit

To:

  keyword '__is_empty' will be made available as an identifier for the remainder of the translation unit

This is a more accurate description of clang's keyword compatibility feature,
given that some of the keywords are turned into context-sensitive keywords
(e.g. REVERTIBLE_TYPE_TRAIT) rather than being fully disabled.

llvm-svn: 196776
2013-12-09 12:41:02 +00:00
..
ARCMT Remove all DISABLE lines from tests 2013-12-08 21:12:19 +00:00
ASTMerge Ignore test Inputs globally and remove redundant lit.local.cfg files 2013-11-15 13:37:49 +00:00
Analysis Remove duplicated -cc1 in tests 2013-12-08 18:06:52 +00:00
CXX Delete the now unnecessary test/generic-lambda-unimplemented-1y.cpp 2013-12-07 20:57:51 +00:00
CodeCompletion Fix FileCheck --check-prefix lines. 2013-08-12 12:51:05 +00:00
CodeGen [AArch64]Add missing pair intrinsics such as: 2013-12-09 03:52:22 +00:00
CodeGenCUDA Fix test failures after addrspacecast added. 2013-11-15 02:19:52 +00:00
CodeGenCXX [-cxx-abi microsoft] Mangle large integral constants correctly 2013-12-09 10:44:32 +00:00
CodeGenObjC Remove duplicated -cc1 in tests 2013-12-08 18:06:52 +00:00
CodeGenObjCXX Remove duplicated -cc1 in tests 2013-12-08 18:06:52 +00:00
CodeGenOpenCL Fix a crash in EmitStoreThroughExtVectorComponentLValue for vectors of odd sizes. 2013-11-21 17:09:05 +00:00
Coverage Skip this test when using lit integrated shell 2013-10-25 22:30:07 +00:00
Driver Pass correct flags to assembler and linker for OpenBSD on AMD64, PowerPC 2013-12-07 00:57:46 +00:00
FixIt Fix test to actually check the FixIt-applied code 2013-11-03 01:50:38 +00:00
Format clang-format: Explicitly set fallback style that is tested. 2013-12-03 06:48:41 +00:00
Frontend clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/ 2013-12-04 03:41:33 +00:00
Headers clang/test: REQUIRES: s/ppc{32|64}-registered-target/powerpc-registered-target/ 2013-12-04 03:41:15 +00:00
Index [c-index-test] For the '-remap-file' option use a comma for separator which is more 2013-12-05 20:13:27 +00:00
Layout [MS-ABI] adds padding before all vbases after a bitfield 2013-12-06 20:16:49 +00:00
Lexer Add support for C++'s SD6 feature test macros. 2013-11-27 22:58:16 +00:00
Misc Rename an extension warning to ext_... 2013-11-19 03:41:32 +00:00
Modules Allow string literals as module names. 2013-12-06 09:25:54 +00:00
OpenMP Disable test fully with REQUIRES 2013-11-05 13:27:19 +00:00
PCH Make the -Wkeyword-compat diag message more accurate 2013-12-09 12:41:02 +00:00
Parser Avoid extra error messages if method definition is inside function. 2013-12-09 05:25:47 +00:00
Preprocessor Added support for mcpu krait 2013-12-06 22:43:17 +00:00
Rewriter Correct test to target 'unknown' 2013-12-02 03:50:16 +00:00
Sema Make the -Wkeyword-compat diag message more accurate 2013-12-09 12:41:02 +00:00
SemaCUDA
SemaCXX Move a generic lambda test into the more logical test file. 2013-12-08 15:11:48 +00:00
SemaObjC Fix three tests that weren't checking anything 2013-12-08 22:22:31 +00:00
SemaObjCXX ObjectiveC. Continuing implementation of objc_bridge_related 2013-12-07 00:34:23 +00:00
SemaOpenCL [OpenCL] Make sure we put string literals in the constant address space. 2013-11-14 18:26:10 +00:00
SemaTemplate Give a more appropriate diagnostic when a template specialization or 2013-12-07 05:09:50 +00:00
TableGen
Tooling clang/test/Tooling/multi-jobs.cpp: Mark this as XFAIL:msvc for now. It has been failing since r194968. 2013-11-18 06:57:47 +00:00
Unit [tests] Update to use lit_config and lit package, as appropriate. 2013-08-09 14:43:04 +00:00
.clang-format Add .clang-format without column limit to subdirectory tests/. 2013-11-08 06:45:35 +00:00
CMakeLists.txt check-clang: Introduce get_llvm_config_props in clang/test/lit.cfg. 2013-12-04 03:40:56 +00:00
Makefile Make the information about disabled ARCMT/Rewriter/StaticAnalyzer available 2013-08-27 19:27:35 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg check-clang: Introduce get_llvm_config_props in clang/test/lit.cfg. 2013-12-04 03:40:56 +00:00
lit.site.cfg.in Add "native" to config.available_features, to make it easier to disable non-x-compile-safe tests 2013-09-13 11:02:31 +00:00
make_test_dirs.pl