clang-1/lib
Ted Kremenek ffdbefd441 Migrate GRState::ConstEqTy (map used from tracking constants for symbols) to use the generic data map instead.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54860 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-17 03:10:22 +00:00
..
AST Fix ASTContext::getObjCEncodingForType() to limit the type info for structure bodies (mimics gcc's adhoc rules). 2008-08-14 15:00:38 +00:00
Analysis Migrate GRState::ConstEqTy (map used from tracking constants for symbols) to use the generic data map instead. 2008-08-17 03:10:22 +00:00
Basic Move some ObjC preprocessor definitions into 2008-08-12 00:21:46 +00:00
CodeGen Add NeXT runtime support for generating methods. 2008-08-16 03:19:19 +00:00
Driver More #include cleaning 2008-08-11 06:23:49 +00:00
Headers Implementation of stdarg.h. 2008-05-29 10:40:55 +00:00
Lex Change Parser & Sema to use interned "super" for comparions. 2008-08-14 22:04:54 +00:00
Parse Put (argument)-expression-list parsing in a separate function so that it can be re-used. 2008-08-16 20:03:01 +00:00
Rewrite honor EscapeSpaces in 2nd overload of EscapeText() 2008-08-16 22:24:33 +00:00
Sema Move the type checking that Sema::ActOnCastExpr does into a new Sema::CheckCastTypes function so that it can be reused. 2008-08-16 20:27:34 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00