llvm-project/clang/lib
Rafael Espindola 0b79046c5c Fix the visibility of methods of explicit template instantiation definition
when using -fvisibility-inlines-hidden. This matches gcc's behavior and
documentation.

Fixes PR11642.

llvm-svn: 147295
2011-12-27 21:15:28 +00:00
..
ARCMigrate Remove unused variables. 2011-12-25 01:18:52 +00:00
AST Fix the visibility of methods of explicit template instantiation definition 2011-12-27 21:15:28 +00:00
Analysis Colorize and condense CFG pretty-printing. 2011-12-22 23:33:52 +00:00
Basic Partially revert r147195; lib/Basic/Version.cpp conditionally depends on config.h. 2011-12-26 22:43:17 +00:00
CodeGen constexpr: support for evaluation and codegen of typeid constants. 2011-12-27 12:18:28 +00:00
Driver Fix potential use after free. 2011-12-26 14:18:37 +00:00
Frontend Remove unused variables. 2011-12-25 01:18:52 +00:00
FrontendTool Per discussion on the list, remove BitcodeVerify pass to reimplement as a free function. 2011-12-14 00:29:23 +00:00
Headers clang/lib/Headers/CMakeLists.txt: Unbreak cmake build to add bmi2intrin.h since r147275. 2011-12-26 03:20:06 +00:00
Index Replace all comparisons between ObjCInterfaceDecl pointers with calls 2011-12-15 00:29:59 +00:00
Lex Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" so this patch is surprisingly small. 2011-12-23 17:00:35 +00:00
Parse Remove unused variables. 2011-12-25 01:18:52 +00:00
Rewrite objc, objc rewriter. Fixes couple of bugs one 2011-12-21 19:48:07 +00:00
Sema Delay checking of typedefs of dependent types. Fixes PR11630. 2011-12-26 22:42:47 +00:00
Serialization Initialize member that ends up in PCH files. 2011-12-27 11:15:04 +00:00
StaticAnalyzer Colorize and condense CFG pretty-printing. 2011-12-22 23:33:52 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00