llvm-project/clang/test
Hans Wennborg 4e6bec7e26 Fix cl-link.c test failure on Mac platforms
The test filename (%s) is easily confused with an option when
it starts with /Users...

llvm-svn: 190435
2013-09-10 20:53:34 +00:00
..
ARCMT ObjectiveC migrator: rename inferred isXXX property, 2013-09-10 18:39:32 +00:00
ASTMerge Changes so that a few tests do not fail when running under guarded malloc. 2013-07-12 22:30:03 +00:00
Analysis Fix a crash introduced in r189828. 2013-09-09 21:07:58 +00:00
CXX Preserve exception specs in function decl merging. 2013-09-06 21:09:09 +00:00
CodeCompletion Fix FileCheck --check-prefix lines. 2013-08-12 12:51:05 +00:00
CodeGen [mips][msa] Removed unsupported dot product instructions (dotp_[su].b). 2013-09-10 10:10:39 +00:00
CodeGenCUDA CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
CodeGenCXX [ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC does 2013-09-10 20:43:12 +00:00
CodeGenObjC Don't pass -O0 to clang_cc1, it is the default. 2013-09-04 04:12:25 +00:00
CodeGenObjCXX Don't pass -O0 to clang_cc1, it is the default. 2013-09-04 04:12:25 +00:00
CodeGenOpenCL Don't pass -O0 to clang_cc1, it is the default. 2013-09-04 04:12:25 +00:00
Coverage Objective-C: When using super.prop, property should be 2013-03-11 22:26:33 +00:00
Driver Fix cl-link.c test failure on Mac platforms 2013-09-10 20:53:34 +00:00
FixIt Make the information about disabled ARCMT/Rewriter/StaticAnalyzer available 2013-08-27 19:27:35 +00:00
Format Allow _clang-format as alternative to .clang-format config filename 2013-09-10 15:41:12 +00:00
Frontend clang/test/Frontend/rewrite-includes.c: Tweak expressions for r'\\', not r'\', on win32. 2013-08-29 16:11:17 +00:00
Headers Add missing definitions to unwind.h. 2013-08-28 23:16:49 +00:00
Index Comment parsing: fix a bug where a line with whitespace between two paragraphs 2013-08-23 18:03:40 +00:00
Lexer Add specific warning flags for GNU ext in lexer. 2013-09-05 00:02:30 +00:00
Misc Commit 190296 missed out the tests; add them now. Note that it actually tests 2013-09-09 09:55:07 +00:00
Modules C++ modules: if a class is defined in multiple modules (for instance, because 2013-09-09 16:55:27 +00:00
OpenMP OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test threadprivate_messages.cpp) 2013-09-06 18:03:48 +00:00
PCH Don't eagerly load all conversion operators when loading a class declaration 2013-08-30 04:46:40 +00:00
Parser AST: __uuidof should leak through templated types 2013-09-07 06:59:46 +00:00
Preprocessor Separate popcnt and sse4.2 feature control somewhat to match gcc behavior. 2013-09-10 06:55:47 +00:00
Rewriter Modern ObjectiveC translator. Fix translation of 2013-09-09 19:59:59 +00:00
Sema Attribute tablegen now understands that attribute arguments can be optional. This allows for automated checking of the number of arguments expected vs number of arguments given for attributes. Greatly reduces the amount of manual checking required. 2013-09-09 23:33:17 +00:00
SemaCUDA
SemaCXX Make -Wunused warning rules more consistent. 2013-09-10 03:05:56 +00:00
SemaObjC Add self-comparison warnings for fields. 2013-09-06 03:13:09 +00:00
SemaObjCXX Don't produce duplicate notes if we have deduction failure notes when resolving 2013-08-14 00:00:44 +00:00
SemaOpenCL Removing the endian attribute and updating associated test cases. This functionality was never completely implemented, and this is an improvement over silently eating the attribute. 2013-09-09 12:57:20 +00:00
SemaTemplate Sema: Subst type default template args earlier 2013-08-28 23:48:32 +00:00
TableGen Revert "tg-fixits.td: fixup for Linux" 2013-01-11 02:37:47 +00:00
Tooling Simplify now that llvm::sys::current_path checks $PWD. 2013-08-10 01:40:10 +00:00
Unit [tests] Update to use lit_config and lit package, as appropriate. 2013-08-09 14:43:04 +00:00
CMakeLists.txt Re-add clang-format tests to clang/test. 2013-03-25 09:14:25 +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 [tests] Reapply r188354, ensure subsitution string is ascii. 2013-08-14 16:32:20 +00:00
lit.site.cfg.in Make the information about disabled ARCMT/Rewriter/StaticAnalyzer available 2013-08-27 19:27:35 +00:00
make_test_dirs.pl