llvm-project/clang/lib
Hans Wennborg 8fab56e0dc Revert r260388 "[MS ABI] Never reference dllimport'd vtables"
This caused the compiler to fail with "invalid linkage type
for global declaration" (PR26569).

llvm-svn: 260449
2016-02-10 22:18:37 +00:00
..
ARCMigrate Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes. 2016-02-10 19:11:58 +00:00
AST Revert r260388 "[MS ABI] Never reference dllimport'd vtables" 2016-02-10 22:18:37 +00:00
ASTMatchers Simplify and rename ASTMatchFinder's getCXXRecordDecl to make it more obvious 2016-02-09 20:59:05 +00:00
Analysis [analyzer] Invalidate destination of std::copy() and std::copy_backward(). 2016-02-07 16:55:44 +00:00
Basic Reapply the patch of r260376. 2016-02-10 12:56:10 +00:00
CodeGen Revert r260388 "[MS ABI] Never reference dllimport'd vtables" 2016-02-10 22:18:37 +00:00
Driver Bail on compilation as soon as a job fails. 2016-02-10 22:17:00 +00:00
Edit Remove autoconf support 2016-01-26 21:30:40 +00:00
Format clang-format: Fix weird alignment when not aligning after brackets. 2016-02-08 09:52:54 +00:00
Frontend Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes. 2016-02-10 19:11:58 +00:00
FrontendTool clang-cl: Support loading plugins on Windows 2016-02-09 19:43:11 +00:00
Headers This patch adds doxygen comments for all the intrinsincs in the header file f16cintrin.h. The doxygen comments are automatically generated based on Sony's intrinsics document. 2016-02-10 00:12:24 +00:00
Index Remove autoconf support 2016-01-26 21:30:40 +00:00
Lex PR26349: correctly check whether a digit sequence is empty in the presence of digit separators. 2016-02-09 22:34:35 +00:00
Parse Simplify EnterTokenStream API to make it more robust for memory management 2016-02-09 18:52:09 +00:00
Rewrite Simplify EnterTokenStream API to make it more robust for memory management 2016-02-09 18:52:09 +00:00
Sema Silence some MSVC false positive warnings about integer zexts and falling off the end of a covered switch 2016-02-10 19:09:15 +00:00
Serialization [OPENMP 4.5] Ccapture/codegen of private non-static data members. 2016-02-08 09:29:13 +00:00
StaticAnalyzer Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes. 2016-02-10 19:11:58 +00:00
Tooling Silence some MSVC false positive warnings about integer zexts and falling off the end of a covered switch 2016-02-10 19:09:15 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00