llvm-project/clang/test
NAKAMURA Takumi 96357e6af7 clang/test/CMakeLists.txt: Prune CLANG_SOURCE_DIR and CLANG_BINARY_DIR. They are set at top.
llvm-svn: 197575
2013-12-18 15:08:49 +00:00
..
ARCMT ObjectiveC migrator. Fixes a bug when protocol 2013-12-17 01:01:33 +00:00
ASTMerge Ignore test Inputs globally and remove redundant lit.local.cfg files 2013-11-15 13:37:49 +00:00
Analysis Revert "Don't require -re suffix on -verify directives with regexes." 2013-12-14 01:07:05 +00:00
CXX Revert "Don't require -re suffix on -verify directives with regexes." 2013-12-14 01:07:05 +00:00
CodeCompletion Fix FileCheck --check-prefix lines. 2013-08-12 12:51:05 +00:00
CodeGen Use arm-nacl-gnueabi instead of arm-nacl to match the previous tests. 2013-12-18 04:53:17 +00:00
CodeGenCUDA Fix test failures after addrspacecast added. 2013-11-15 02:19:52 +00:00
CodeGenCXX [ms-cxxabi] The 'most derived' ctor parameter usually comes last 2013-12-17 19:46:40 +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 LIBRARY_PATH environment variable should only be supported on a native compiler. 2013-12-17 11:11:25 +00:00
FixIt Objective-C. Make diagnostics and fix-its consistent 2013-12-17 19:33:43 +00:00
Format clang-format: Explicitly set fallback style that is tested. 2013-12-03 06:48:41 +00:00
Frontend Fix raw lex crash and -frewrite-includes noeol-at-eof failure 2013-12-13 17:04:55 +00:00
Headers clang/test: REQUIRES: s/ppc{32|64}-registered-target/powerpc-registered-target/ 2013-12-04 03:41:15 +00:00
Index Switch to the new MingW ABI. 2013-12-12 16:07:11 +00:00
Layout [ms-abi] Refactoring Non-virtual base layout in record layout 2013-12-12 22:33:37 +00:00
Lexer Lexer: Issue -Wbackslash-newline-escape for line comments 2013-12-14 23:32:31 +00:00
Misc Allow target-specific attributes to share a spelling between different attributes via the ParseKind field. Attributes will be given a common parsed attribute identifier (the AttributeList::AT_* enum), but retain distinct Attr subclasses. 2013-12-15 13:05:48 +00:00
Modules Add missing file from r197485. 2013-12-17 10:47:49 +00:00
OpenMP [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and parens 2013-12-18 08:46:25 +00:00
PCH Make this test pass on Release builds. 2013-12-12 16:15:25 +00:00
Parser Revert "Don't require -re suffix on -verify directives with regexes." 2013-12-14 01:07:05 +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 Documentation comment parsing: when checking if we have typedef to something 2013-12-17 22:22:14 +00:00
SemaCUDA
SemaCXX Fix line endings in microsoft-dtor-lookup-cxx11.cpp 2013-12-17 19:39:18 +00:00
SemaObjC ObjectiveC. typo fix in my last patch, 2013-12-18 00:52:54 +00:00
SemaObjCXX ObjectiveC. Further improvements of use 2013-12-16 22:54:37 +00:00
SemaOpenCL [OpenCL] Produce an error when the work group and vec type hint attributes 2013-12-13 16:15:28 +00:00
SemaTemplate PR18246: When performing template argument deduction to decide which template 2013-12-14 03:18:05 +00:00
TableGen
Tooling clang-check to ignore -no-integrated-as because certain drivers can't handle it 2013-12-13 13:43:48 +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 clang/test/CMakeLists.txt: Prune CLANG_SOURCE_DIR and CLANG_BINARY_DIR. They are set at top. 2013-12-18 15:08:49 +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 clang/test/lit.cfg: Remove get_llc_props. check-clang itself no longer invokes llc. 2013-12-09 19:04:14 +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