llvm-project/clang/test
Ben Langmuir e82630d5d5 Improve the error message when a PCH dependency is modified
Show the top-level pch file as the culprit, rather than the immediate
dependency when a pch file imports a pcm from a module. To clarify the
relationship, the pch import stack is printed as notes. The old behaviour was
misleading when a pch imported a pcm (from a module), since removing the pcm
would not fix the problem, whereas rebuilding the pch would.

llvm-svn: 199446
2014-01-17 00:19:09 +00:00
..
ARCMT Fix "regression" caused by updating our notion of POD to better match the C++11 2014-01-11 00:53:35 +00:00
ASTMerge Ignore test Inputs globally and remove redundant lit.local.cfg files 2013-11-15 13:37:49 +00:00
Analysis [analyzer] Shitfing a constant value by its bit width is undefined. 2014-01-16 18:02:23 +00:00
CXX Clean up variable template handling a bit, and correct the behavior of name 2014-01-16 23:39:20 +00:00
CodeCompletion Fix FileCheck --check-prefix lines. 2013-08-12 12:51:05 +00:00
CodeGen SPARCv9 implements long double as an IEEE quad. 2014-01-16 16:43:19 +00:00
CodeGenCUDA Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
CodeGenCXX Debug info: Refactor NoLocation and ArtificialLocation to use a common base 2014-01-17 00:15:10 +00:00
CodeGenObjC Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
CodeGenObjCXX Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
CodeGenOpenCL Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
Coverage Skip this test when using lit integrated shell 2013-10-25 22:30:07 +00:00
Driver [asan] Remove -fsanitize-address-zero-base-shadow command line 2014-01-16 10:19:31 +00:00
FixIt Objective-C. After providing a fix-it for a 2013-12-18 21:04:43 +00:00
Format clang-format: Explicitly set fallback style that is tested. 2013-12-03 06:48:41 +00:00
Frontend Add tests for clang plugins 2014-01-08 11:38:47 +00:00
Headers ms-intrin.cpp: no need for -verify anymore 2014-01-17 00:04:43 +00:00
Index clang/test/Index/recursive-cxx-member-calls.cpp: Add "-target" rather than XFAILing. 2014-01-14 11:07:55 +00:00
Layout Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
Lexer Lexer: Issue -Wbackslash-newline-escape for line comments 2013-12-14 23:32:31 +00:00
Misc Distinguish between attributes explicitly written at the request of the user, and attributes implicitly generated to assist in bookkeeping by the compiler. This is done so by table generating a CreateImplicit method for each attribute. 2014-01-16 13:03:14 +00:00
Modules Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
OpenMP Enhance OpenMP parser tests from r197553 / r197598 2013-12-18 22:34:19 +00:00
PCH Improve the error message when a PCH dependency is modified 2014-01-17 00:19:09 +00:00
Parser Move a bunch of tests to directly use the CC1 layer. This at least saves 2014-01-15 09:08:07 +00:00
Preprocessor MachO: use *-*-*-macho for MachO embedded targets. 2014-01-16 08:48:16 +00:00
Rewriter Teach the diagnostics engine about the Attr type to make reporting on semantic attributes easier (and not require hard-coded strings). This requires a getSpelling() function on the Attr class, which is table-driven. Updates a handful of cases where a hard-coded string was being used to test the functionality out. Updating associated test cases for the improved quoting. 2013-12-26 18:30:57 +00:00
Sema Forbid driver use in Sema tests 2014-01-16 02:37:08 +00:00
SemaCUDA Updated the wording of two attribute-related diagnostics so that they print the offending attribute name. Also updates the associated test cases. 2014-01-02 21:26:14 +00:00
SemaCXX Move away from 'general' / 'generalized' as a way of identifying C++11 2014-01-17 00:11:48 +00:00
SemaObjC ObjectiveC. Improve on diagnostics per Jordan's feedback. 2014-01-15 00:59:25 +00:00
SemaObjCXX Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
SemaOpenCL Simplifying the OpenCL image attribute. It does not need a semantic integer parameter because the required information is encoded in the spelling. Added an appropriate subject to the attribute, and simplified the semantic checking (which will likely be expanded upon in a future patch). Also, removed the GNU spelling since it was unsupported in the first place. 2014-01-14 17:41:53 +00:00
SemaTemplate Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
TableGen
Tooling Adding a win32-targeted test into Tooling/multi-jobs.cpp, to make sure it doesn't get broken again 2013-12-18 18:55:36 +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: Add dependencies to PrintFunctionNames and SampleAnalyzerPlugin, for r198747 and r198820. 2014-01-09 13:26:02 +00:00
Makefile Ensure that ENABLE_SHARED is substituted for use in Windows builds 2014-01-08 20:06:24 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg lit.cfg: Don't expand %ms_abi_triple to non-X86 triples 2014-01-15 01:08:42 +00:00
lit.site.cfg.in Ensure that ENABLE_SHARED is substituted for use in Windows builds 2014-01-08 20:06:24 +00:00
make_test_dirs.pl