clang-1/lib
Douglas Gregor fd6a0887a0 Eliminate a pointer of storage in each ObjCInterfaceType and
ObjCObjectPointerType AST node by allocating the list of protocols
after the type node itself. No functionality change.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95597 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-08 22:59:26 +00:00
..
AST Eliminate a pointer of storage in each ObjCInterfaceType and 2010-02-08 22:59:26 +00:00
Analysis Teach RegionStore::InvalidateRegions() to also invalidate static variables referenced by blocks. 2010-02-06 00:30:00 +00:00
Basic First stage of adding AltiVec support 2010-02-05 00:12:22 +00:00
Checker Fix -Asserts warning. 2010-02-08 20:24:21 +00:00
CodeGen Reapply r95393, without the change to CGExpr. I was wrong in assuming that the 2010-02-08 22:53:07 +00:00
Driver Add support for threadsafe statics, and make them the default (matching gcc). 2010-02-06 23:23:06 +00:00
Frontend Keep track of whether a tag was defined in a declarator vs. being 2010-02-08 22:07:33 +00:00
Headers fix PR6187: various load functions in xmmintrin.h were missing 'const'. 2010-02-01 20:14:14 +00:00
Index -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
Lex When placing an annotation token over an existing annotation token, make sure that the new token's range extends to the end of the old token. Assert that in AnnotateCachedTokens. Fixes PR6248. 2010-02-08 19:35:18 +00:00
Parse When placing an annotation token over an existing annotation token, make sure that the new token's range extends to the end of the old token. Assert that in AnnotateCachedTokens. Fixes PR6248. 2010-02-08 19:35:18 +00:00
Rewrite Some clean up of replacement text API no longer needed by 2010-02-05 16:43:40 +00:00
Runtime clang/Darwin: Update for rename of 10.4 static runtime library. 2010-01-20 02:35:02 +00:00
Sema Warn when cases are missing from a switch on a value of enumeration 2010-02-08 22:24:16 +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