llvm-capstone/clang/lib
John McCall a97f329869 Template static data members can have weak_odr linkage, not just
weak linkage.  Also, fix a problem where global weak variables
with non-trivial initializers were getting guard variables, or at
least were checking for them and then crashing.

llvm-svn: 129342
2011-04-12 01:46:54 +00:00
..
Analysis Teach -Wuninitialized to not warn about variables declared in C++ catch statements. 2011-04-07 20:02:56 +00:00
AST After some discussion with Doug, we decided that it made a lot more sense 2011-04-12 00:42:48 +00:00
Basic Fix a bunch of major problems with __unknown_anytype and properly test 2011-04-09 22:50:59 +00:00
CodeGen Template static data members can have weak_odr linkage, not just 2011-04-12 01:46:54 +00:00
Driver fix the path to ld.so for darwin/ppc, resolving PR9677. Patch 2011-04-11 21:15:37 +00:00
Frontend Fix a bunch of major problems with __unknown_anytype and properly test 2011-04-09 22:50:59 +00:00
FrontendTool Improve crash recovery cleanup to recovery CompilerInstances during crash recovery. This was a huge resource "root" during crashes. 2011-03-21 18:40:17 +00:00
Headers Implement the AVX cmp builtins as macros instead of static inlines. 2011-04-06 03:37:51 +00:00
Index Give some convenient idiomatic accessors to Stmt::child_range and 2011-02-13 04:07:26 +00:00
Lex Eat the UTF-8 BOM at the beginning of a file since it's ignored anyhow. 2011-04-09 00:01:04 +00:00
Parse Fix a bunch of major problems with __unknown_anytype and properly test 2011-04-09 22:50:59 +00:00
Rewrite Fixup more objc rwriter bug having to do with 2011-04-11 21:17:02 +00:00
Sema Objective-C++: The global namespace is an associated namespace of an 2011-04-12 01:02:45 +00:00
Serialization PR8369: make __attribute((regparm(0))) work correctly. Original patch by 2011-04-09 08:18:08 +00:00
StaticAnalyzer RegionStoreManager::invalidateRegions: treat classes the same as structs. 2011-04-12 00:44:31 +00:00
CMakeLists.txt [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core. 2011-02-08 22:30:36 +00:00
Makefile Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00