llvm-project/clang/lib
Reid Kleckner d809be40d2 Revert "Avoid forcing emission of delayed dllexported classes on template instantiation"
This reverts commit r260194.

It caused PR26549. There's probably a better way to do this also.

llvm-svn: 260241
2016-02-09 17:48:27 +00:00
..
ARCMigrate [Frontend] Make the memory management of FrontendAction pointers explicit by using unique_ptr. 2016-02-07 19:28:36 +00:00
AST [OPENMP 4.5] Ccapture/codegen of private non-static data members. 2016-02-08 09:29:13 +00:00
ASTMatchers Registering the gnuNullExpr AST matcher as a dynamic matcher so that it is available from clang-query. 2016-02-09 14:04:49 +00:00
Analysis [analyzer] Invalidate destination of std::copy() and std::copy_backward(). 2016-02-07 16:55:44 +00:00
Basic [SystemZ] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP macros 2016-02-05 21:34:28 +00:00
CodeGen [MS ABI] Cleanup emitVTableDefinitions 2016-02-09 17:27:52 +00:00
Driver Driver: adjust linker invocation for GNUTools 2016-02-07 06:03:38 +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 possible OOB access found by buildbot 2016-02-09 11:01:58 +00:00
FrontendTool [Frontend] Make the memory management of FrontendAction pointers explicit by using unique_ptr. 2016-02-07 19:28:36 +00:00
Headers This patch adds doxygen comments for all the intrinsincs in the header file pmmintrin.h. The doxygen comments are automatically generated based on Sony's intrinsics document. 2016-02-08 22:35:09 +00:00
Index Remove autoconf support 2016-01-26 21:30:40 +00:00
Lex [OpenCL] Adding reserved operator logical xor for OpenCL 2016-02-03 15:17:14 +00:00
Parse [Parser] Perform CachedTokens update dependent on token consumption 2016-02-05 19:36:39 +00:00
Rewrite Remove autoconf support 2016-01-26 21:30:40 +00:00
Sema Revert "Avoid forcing emission of delayed dllexported classes on template instantiation" 2016-02-09 17:48:27 +00:00
Serialization [OPENMP 4.5] Ccapture/codegen of private non-static data members. 2016-02-08 09:29:13 +00:00
StaticAnalyzer [analyzer] Avoid crash when attempting to evaluate binary operation on LazyCompoundVal. 2016-02-08 00:28:24 +00:00
Tooling Add an optional ToolName argument to runToolOnCodeWithArgs/buildASTFromCodeWithArgs. 2016-01-29 11:29:02 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00