hanchenye-llvm-project/clang/test
Richard Smith d61c1f8280 [modules] Don't suggest deleting the module cache on an error if there is no module cache for this build.
llvm-svn: 244547
2015-08-11 00:32:42 +00:00
..
ARCMT Revert "Revert r241620 and follow-up commits" and move the initialization 2015-07-08 01:00:30 +00:00
ASTMerge PR10405 - Desugar FunctionType and TemplateSpecializationType if any type that appears inside needs to be desugared. 2015-07-16 01:06:17 +00:00
Analysis [Static Analyzer] Warn when inner and outer conditions are identical. The inner condition is always true. 2015-08-10 07:18:29 +00:00
CXX [modules] In C++, stop serializing and deserializing a list of declarations in 2015-07-21 23:54:07 +00:00
CodeCompletion Fix code completion tests to use an explicit modules cache path 2015-07-20 21:22:46 +00:00
CodeGen add comment 2015-08-11 00:19:54 +00:00
CodeGenCUDA [CUDA] Add implicit __attribute__((used)) to all __global__ functions. 2015-08-10 20:57:02 +00:00
CodeGenCXX [dllimport] A non-imported class with an imported key can't have a key 2015-08-10 19:39:01 +00:00
CodeGenObjC DI: Update testcases for LLVM assembly change 2015-07-31 18:59:37 +00:00
CodeGenObjCXX [test] Follow-up for r243343, also add a test case using an enum for designated enum. 2015-07-28 00:01:13 +00:00
CodeGenOpenCL Fix invalid shufflevector operands 2015-08-02 15:28:10 +00:00
Coverage
CoverageMapping InstrProf: Fix a misuse of the FunctionDecl API when generating coverage 2015-07-28 00:41:51 +00:00
Driver [clang-cl] Add support for CL and _CL_ environment variables 2015-08-10 18:16:32 +00:00
FixIt Replace __double_underscored type nullability qualifiers with _Uppercase_underscored 2015-06-24 22:02:08 +00:00
Format Disable style-on-command-line test on Windows 2015-06-09 17:47:59 +00:00
Frontend Append options for vectorization when pointer checking threshold is exceeded. 2015-08-10 23:05:16 +00:00
Headers Revert "Revert r241620 and follow-up commits" and move the initialization 2015-07-08 01:00:30 +00:00
Index [CUDA] Added stubs for new attributes used by CUDA headers. 2015-08-10 20:33:56 +00:00
Integration
Layout __declspec is not a core Clang language extension. Instead, require -fms-extensions or -fborland to enable the language extension. 2015-05-26 19:44:52 +00:00
Lexer [Tests] Add explicit -std=lang option to a number of tests. 2015-08-01 02:55:59 +00:00
Misc [Frontend] Fix crash when serializing diagnostics with really long text. 2015-08-06 18:46:36 +00:00
Modules [modules] Don't suggest deleting the module cache on an error if there is no module cache for this build. 2015-08-11 00:32:42 +00:00
OpenMP This patch commits OpenMP 4 target device clauses 2015-08-07 16:16:36 +00:00
PCH Remove bad test. 2015-07-30 01:21:56 +00:00
Parser Add new llvm.loop.unroll.enable metadata for use with "#pragma unroll". 2015-08-10 17:29:39 +00:00
Preprocessor [Tests] Add explicit -std=lang option to a number of tests. 2015-08-01 02:55:59 +00:00
Profile Tweak a couple of -fprofile tests in clang/test to accept backslash in path. 2015-07-10 13:11:08 +00:00
Rewriter __declspec is not a core Clang language extension. Instead, require -fms-extensions or -fborland to enable the language extension. 2015-05-26 19:44:52 +00:00
Sema Additional fix for PR14269: Crash on vector elements / global register vars in inline assembler. 2015-08-03 10:38:10 +00:00
SemaCUDA [CUDA] Added stubs for new attributes used by CUDA headers. 2015-08-10 20:33:56 +00:00
SemaCXX If a variable template is inside a context with template arguments that is being instantiated, and that instantiation fails, fail our instantiation instead of crashing. Errors have already been emitted. 2015-08-10 21:54:08 +00:00
SemaObjC [ObjC] Circular containers: add support of subclasses 2015-08-06 04:51:14 +00:00
SemaObjCXX Cleanup ObjCInterfaceDecl lookup for ObjC literals 2015-07-24 05:09:40 +00:00
SemaOpenCL
SemaTemplate [SemaTemplate] Detect instantiation of unparsed exceptions. 2015-07-25 01:19:32 +00:00
TableGen
Tooling Change the expectation for test/Tooling/ms-asm-no-target.cpp since 2015-07-08 01:39:38 +00:00
Unit
VFS Commit some test changes somehow missed in r239789. 2015-06-16 00:19:29 +00:00
.clang-format
CMakeLists.txt Revert "Revert r241620 and follow-up commits" and move the initialization 2015-07-08 01:00:30 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg Enable clang tests requiring "clang-driver" on mingw. 2015-07-25 20:05:21 +00:00
lit.site.cfg.in
make_test_dirs.pl