clang-1/lib
Douglas Gregor 8f51a4f2d0 Give explicit template instantiations weak ODR linkage. Former
iterations of this patch gave explicit template instantiation
link-once ODR linkage, which permitted the back end to eliminate
unused symbols. Weak ODR linkage still requires the symbols to be
generated.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98441 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-13 18:23:07 +00:00
..
AST Check compatibility of vector types using their canonicalizations. 2010-03-12 23:14:13 +00:00
Analysis Allow users to set CPPFLAGS and CXXFLAGS on the make command line. 2010-03-12 22:55:16 +00:00
Basic Reintroduce r98340 and r98341 now without copy/paste errors. 2010-03-12 11:27:37 +00:00
Checker Allow users to set CPPFLAGS and CXXFLAGS on the make command line. 2010-03-12 22:55:16 +00:00
CodeGen Give explicit template instantiations weak ODR linkage. Former 2010-03-13 18:23:07 +00:00
Driver Driver: Free Action objects. 2010-03-11 18:04:58 +00:00
Frontend Simplify code. 2010-03-13 11:34:41 +00:00
Headers Add SSE4 packed integer comparisons and corresponding intrinsics. 2010-03-12 01:22:33 +00:00
Index Allow users to set CPPFLAGS and CXXFLAGS on the make command line. 2010-03-12 22:55:16 +00:00
Lex Use SmallString instead of SmallVector 2010-03-13 10:17:05 +00:00
Parse Use SmallString instead of SmallVector 2010-03-13 10:17:05 +00:00
Rewrite Allow users to set CPPFLAGS and CXXFLAGS on the make command line. 2010-03-12 22:55:16 +00:00
Runtime clang/Darwin: Update for rename of 10.4 static runtime library. 2010-01-20 02:35:02 +00:00
Sema Fix PR6562. If a type is dependent, we don't know if it will have implicit 2010-03-13 18:12:56 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00