hanchenye-llvm-project/clang/test
Reid Kleckner a12cd28bb3 [ms-cxxabi] Fix linkage of dtor thunks for anonymous classes
We were mistakengly giving linkonce_odr linkage instead of internal
linkage to the deleting and complete destructor thunks for classes in
anonymous namespaces.

Fixes PR17273.

llvm-svn: 197060
2013-12-11 19:21:27 +00:00
..
ARCMT [objcmt] Add a modernization option to infer and suggest designated initializers. 2013-12-10 18:36:49 +00:00
ASTMerge
Analysis [analyzer] Extend IdenticalExprChecker to check ternary operator results. 2013-12-10 18:18:06 +00:00
CXX Implement DR1460: fix handling of default initializers in unions; don't allow 2013-12-10 08:25:00 +00:00
CodeCompletion
CodeGen Update clang MS inline asm tests for r196939 2013-12-10 18:27:51 +00:00
CodeGenCUDA
CodeGenCXX [ms-cxxabi] Fix linkage of dtor thunks for anonymous classes 2013-12-11 19:21:27 +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
Driver Turning IAS on by default on ARM/Thumb 2013-12-11 09:35:10 +00:00
FixIt ObjectiveC. Provide a property-dot syntax for fixit 2013-12-10 23:18:06 +00:00
Format clang-format: Explicitly set fallback style that is tested. 2013-12-03 06:48:41 +00:00
Frontend Try to fix the test for Windows paths after r196859 2013-12-10 02:00:48 +00:00
Headers clang/test: REQUIRES: s/ppc{32|64}-registered-target/powerpc-registered-target/ 2013-12-04 03:41:15 +00:00
Index [c-index-test] For the '-remap-file' option use a comma for separator which is more 2013-12-05 20:13:27 +00:00
Layout [ms-abi] Makes Virtual Base Alignment Look at All Virtual Bases 2013-12-11 02:21:03 +00:00
Lexer Add support for C++'s SD6 feature test macros. 2013-11-27 22:58:16 +00:00
Misc Rename an extension warning to ext_... 2013-11-19 03:41:32 +00:00
Modules Add file missing from r197034. 2013-12-11 12:33:22 +00:00
OpenMP
PCH Make the -Wkeyword-compat diag message more accurate 2013-12-09 12:41:02 +00:00
Parser Parse: Avoid crashing on unterminated top-level asm strings 2013-12-10 21:29:48 +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 Make the -Wkeyword-compat diag message more accurate 2013-12-09 12:41:02 +00:00
SemaCUDA
SemaCXX Better diagnostic for static override when methods are thiscall by default 2013-12-11 17:42:11 +00:00
SemaObjC ObjectiveC. Fixes a bug where an 'unused property ivar' 2013-12-11 00:53:48 +00:00
SemaObjCXX Objective-C: Improve on various diagnostics related to 2013-12-09 22:04:26 +00:00
SemaOpenCL
SemaTemplate Sema: Enforce C++11 pointer-to-member template arguments should rules 2013-12-10 00:40:58 +00:00
TableGen
Tooling clang/test/Tooling/multi-jobs.cpp: Mark this as XFAIL:msvc for now. It has been failing since r194968. 2013-11-18 06:57:47 +00:00
Unit
.clang-format
CMakeLists.txt check-clang: Introduce get_llvm_config_props in clang/test/lit.cfg. 2013-12-04 03:40:56 +00:00
Makefile
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
make_test_dirs.pl