hanchenye-llvm-project/clang/test
Fariborz Jahanian bed1be926d ObjectiveC migrator. Another alternative to
"atomic" or "nonatomic" for properties is
NS_NONATOMIC_IOSONLY. Use it if available.
// rdar://15442742

llvm-svn: 194503
2013-11-12 19:25:50 +00:00
..
ARCMT ObjectiveC migrator. Another alternative to 2013-11-12 19:25:50 +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 [analyzer] Add IdenticalExprChecker, to find copy-pasted code. 2013-11-08 01:15:39 +00:00
CXX Tests for core issue 201-215. 2013-11-12 09:16:15 +00:00
CodeCompletion Fix FileCheck --check-prefix lines. 2013-08-12 12:51:05 +00:00
CodeGen [mips][msa] Enable inlinse assembly for MSA. 2013-11-12 12:56:01 +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 Keep the old function order in CodeGenModule::applyReplacements. 2013-11-12 04:53:19 +00:00
CodeGenObjC ObjectiveC IRGen. Replace _objc_empty_vtable pointer in Objective-C 2013-10-24 17:40:28 +00:00
CodeGenObjCXX Fix ObjC @encode for C++ classes w/virtual bases. 2013-09-18 01:59:16 +00:00
CodeGenOpenCL Certain multi-platform languages, such as OpenCL, have the concept of 2013-09-13 12:04:22 +00:00
Coverage Skip this test when using lit integrated shell 2013-10-25 22:30:07 +00:00
Driver clang-cl: parse the /GT option 2013-11-12 19:21:50 +00:00
FixIt Fix test to actually check the FixIt-applied code 2013-11-03 01:50:38 +00:00
Format Allow _clang-format as alternative to .clang-format config filename 2013-09-10 15:41:12 +00:00
Frontend Fix test that was not being run 2013-11-05 12:45:40 +00:00
Headers Define [U]LLONG_{MIN,MAX} for C++11, add tests. 2013-10-27 19:00:49 +00:00
Index Comment parsing: recognize \def (but processing is a no-op, like the rest of 2013-11-09 03:50:37 +00:00
Layout Microsoft adds weird padding before virtual bases if the last field was a bitfield 2013-11-06 00:54:59 +00:00
Lexer Relax header guard mismatch warning with edit distance heuristic. 2013-10-12 23:17:37 +00:00
Misc Remove trailing spaces 2013-11-12 18:07:35 +00:00
Modules Modules: Teach the preprocessor to recognize 'import' only after an '@'. 2013-11-07 22:55:02 +00:00
OpenMP Disable test fully with REQUIRES 2013-11-05 13:27:19 +00:00
PCH Default to use libc++ on OS X 10.9+ and iOS 7+. 2013-11-02 23:19:53 +00:00
Parser Try to recover a bit better if a close brace is missing from the end of a class 2013-11-09 04:52:51 +00:00
Preprocessor XCore target Type defines. 2013-11-12 10:09:30 +00:00
Rewriter ObjectiveC modern rewriter. Rewrite typedefs 2013-10-07 19:54:22 +00:00
Sema Fixed bug in return type of __builtin_va_start(). 2013-11-07 08:14:26 +00:00
SemaCUDA
SemaCXX A quick fix to PR17877 that was introduced by r194188 (generic-lambda-capturing) that broke libc++. 2013-11-12 03:48:27 +00:00
SemaObjC ObjectiveC. Method implementations should only check for 2013-11-05 00:28:21 +00:00
SemaObjCXX Objective-C++ ARC: Improve the conversion to a const __unsafe_unretained reference. 2013-11-08 02:04:24 +00:00
SemaOpenCL Do not allow functions or kernels called 'main' in OpenCL. 2013-11-05 12:30:39 +00:00
SemaTemplate Extra test for r194444. 2013-11-12 02:42:08 +00:00
TableGen
Tooling Improve the missing ASM parser test for MS-style assembly 2013-11-08 06:50: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
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 [build] Update runtime library and tests to work with relocatable SDKs on OS X 10.9. 2013-11-06 21:44:54 +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