hanchenye-llvm-project/clang/test
Reid Kleckner 6c5e36ae3b Revert "Thread Safety Analysis: add support for before/after annotations on mutexes."
This reverts r227997, as well as r228009. It does not pass check-clang
for me locally on Linux.

llvm-svn: 228020
2015-02-03 19:51:16 +00:00
..
ARCMT Objective-C SDK modernizer to use NS_ENUM/NS_OPTIONS macros 2015-01-26 17:41:03 +00:00
ASTMerge
Analysis Disable a couple of crash-* tests for now. It seems they might be incompatible to win32. 2015-01-29 13:23:23 +00:00
CXX Code cleanup 2015-01-30 14:21:35 +00:00
CodeCompletion
CodeGen MS ABI: Records with fields with required aligmnet shouldn't be common 2015-02-03 08:49:32 +00:00
CodeGenCUDA When generating llvm.used, we may need an addrspacecast instead of a bitcast. 2015-02-02 21:05:49 +00:00
CodeGenCXX MS ABI: Add more documentation and tests for novtable 2015-02-02 19:05:46 +00:00
CodeGenObjC test: Make encode-test-5.m's output not dependent on its filename 2015-02-02 23:38:27 +00:00
CodeGenObjCXX Merge ArtificialLocation into ApplyDebugLocation and make a clear 2015-02-03 18:40:42 +00:00
CodeGenOpenCL Re-apply "r226548 - Introduce SPIR calling conventions" reverted in r226558. 2015-01-20 11:20:41 +00:00
Coverage clang/test/Coverage/html-diagnostics.c: Use find(1) to avoid globbing. 2014-11-04 13:05:10 +00:00
CoverageMapping InstrProf: Avoid creating profile names for symbols in system headers 2015-01-22 02:17:23 +00:00
Driver Make the default module cache user-specific 2015-02-03 19:28:37 +00:00
FixIt Use the real CXXScopeSpec when setting the correction SourceRange. 2015-01-28 00:46:09 +00:00
Format
Frontend Frontend: Fix SourceColumnMap assertion failure on non-ascii characters. 2015-01-08 13:19:07 +00:00
Headers Add more feature flags to the x86 instrinsic test. 2014-12-27 06:59:44 +00:00
Index This reverts commit r227432, r227438 and r227448. 2015-01-29 17:22:53 +00:00
Integration
Layout PR6037 2015-01-19 01:44:02 +00:00
Lexer Add driver flags -ftrigraphs, -fno-trigraphs. 2014-12-23 22:32:37 +00:00
Misc When checking the template argument list, use a copy of that list for changes 2015-01-24 02:48:32 +00:00
Modules [modules] Be sure to load the lexical definition of a class template 2015-02-03 03:32:14 +00:00
OpenMP Support ‘omp for’ with static chunked schedule kind. 2015-01-22 08:49:35 +00:00
PCH Teach AST printing to not print whitespace inside {} and () for initialization, 2015-01-30 02:04:26 +00:00
Parser MS ABI: Implement support for 'novtable' 2015-02-02 10:22:20 +00:00
Preprocessor No longer SCE_PRIVATE ;) 2015-01-27 16:53:56 +00:00
Profile InstrProf: Don't emit counter increments in dead code 2015-01-09 01:46:40 +00:00
Rewriter Objective-C modern rewriter. Patch to fix a rewriting bug 2014-10-28 23:46:58 +00:00
Sema Allow objc_bridge(id) to be used on typedefs of [cv] void*. 2015-02-01 22:34:06 +00:00
SemaCUDA Consider calls from implict host device functions as valid in SemaCUDA. 2014-12-16 20:12:38 +00:00
SemaCXX Revert "Thread Safety Analysis: add support for before/after annotations on mutexes." 2015-02-03 19:51:16 +00:00
SemaObjC Allow objc_bridge(id) to be used on typedefs of [cv] void*. 2015-02-01 22:34:06 +00:00
SemaObjCXX Update error message text. 2015-01-18 19:05:48 +00:00
SemaOpenCL Fix OpenCL 1.2 double as an optional core feature behaviour 2015-01-30 10:51:46 +00:00
SemaTemplate Weaken an assertion that isn't true for invalid input. 2015-01-30 01:48:49 +00:00
TableGen
Tooling Remove "REQUIRES:shell" from tests. They work for me. 2014-11-04 13:41:33 +00:00
Unit
VFS IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
.clang-format
CMakeLists.txt
Makefile Fix makefile for debuginfo-tests execution. 2014-10-17 23:50:47 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg clang lit.cfg: Fix a bug pointed by Sean Silva 2015-02-02 23:17:54 +00:00
lit.site.cfg.in
make_test_dirs.pl