hanchenye-llvm-project/clang/lib
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
..
ARCMigrate [objcmt] Add a modernization option to infer and suggest designated initializers. 2013-12-10 18:36:49 +00:00
AST Add front-end infrastructure now address space casts are in LLVM IR. 2013-12-11 13:39:46 +00:00
ASTMatchers [CMake] clang/lib: Prune redundant dependencies. 2013-12-10 02:36:22 +00:00
Analysis [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on target_link_libraries() and LLVM_LINK_COMPONENTS. 2013-12-09 19:04:43 +00:00
Basic [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on target_link_libraries() and LLVM_LINK_COMPONENTS. 2013-12-09 19:04:43 +00:00
CodeGen [ms-cxxabi] Fix linkage of dtor thunks for anonymous classes 2013-12-11 19:21:27 +00:00
Driver Turning IAS on by default on ARM/Thumb 2013-12-11 09:35:10 +00:00
Edit Add front-end infrastructure now address space casts are in LLVM IR. 2013-12-11 13:39:46 +00:00
Format Remove IndentBlocks, which sneaked winto the previous commit 2013-12-10 15:46:42 +00:00
Frontend [Driver] Rename '-objcmt-white-list-dir-path' option to '-objcmt-whitelist-dir-path' and add an alias for now. 2013-12-10 18:36:53 +00:00
FrontendTool [CMake] clang/lib: Prune redundant dependencies. 2013-12-10 02:36:22 +00:00
Headers Fix a SSE2 intrinsics typo 2013-11-23 22:11:57 +00:00
Index [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on target_link_libraries() and LLVM_LINK_COMPONENTS. 2013-12-09 19:04:43 +00:00
Lex Modules: Let -fmodules-decluse ignore headers that aren't in a module 2013-12-11 12:13:00 +00:00
Parse Parse: Avoid crashing on unterminated top-level asm strings 2013-12-10 21:29:48 +00:00
Rewrite [CMake] clang/lib: Prune redundant dependencies. 2013-12-10 02:36:22 +00:00
Sema Better diagnostic for static override when methods are thiscall by default 2013-12-11 17:42:11 +00:00
Serialization Implement DR1460: fix handling of default initializers in unions; don't allow 2013-12-10 08:25:00 +00:00
StaticAnalyzer [analyzer] Add checker callbacks for MemberExpr and UnaryExprOrTypeTraitExpr. 2013-12-11 17:58:10 +00:00
Tooling [CMake] clang/lib: Prune redundant dependencies. 2013-12-10 02:36:22 +00:00
CMakeLists.txt
Makefile