llvm-project/clang/lib
Douglas Gregor d984815ed9 Ensure that we have completed a type before attempting initialization
on that type. Fixes several problems in Boost.Interprocess.

llvm-svn: 102339
2010-04-26 14:36:57 +00:00
..
AST Actually produce base paths for CastExprs of kind CK_DerivedToBase. 2010-04-24 19:06:50 +00:00
Analysis Use direct assignment instead of user defined conversion. 2010-04-14 05:50:04 +00:00
Basic david conrad points out that {|} in inline assembly on arm are not asm 2010-04-23 16:29:58 +00:00
Checker CXXNamedCastExpr is actually an abstract expression. 2010-04-21 06:32:25 +00:00
CodeGen IRgen/NeXT: Fix several alignment issues with Objective-C metadata symbols: 2010-04-25 20:39:32 +00:00
Driver Driver/Darwin: Fix Objective-C non-fragile ABI and dispatch method defaults, which were wrong in numerous places. 2010-04-24 18:37:41 +00:00
Frontend Switch this to new API. 2010-04-24 22:31:36 +00:00
Headers Headers: Hide intptr_t and uintptr_t definitions behind _INTPTR_T and _UINTPTR_T 2010-04-24 20:32:12 +00:00
Index Overhaul the AST representation of Objective-C message send 2010-04-21 00:45:42 +00:00
Lex push some source location information down through the compiler, 2010-04-20 20:35:58 +00:00
Parse Be more careful around dependent nested-name-specifiers, complaining 2010-04-24 16:38:41 +00:00
Rewrite Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient 2010-04-16 18:49:45 +00:00
Runtime Runtime: Install the new libcc_kext.a produced by the clang_darwin compiler-rt 2010-03-26 19:37:38 +00:00
Sema Ensure that we have completed a type before attempting initialization 2010-04-26 14:36:57 +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