clang-1/lib
Ted Kremenek 72cd17f0a4 Migrated retain/release checker to use the Generic Data Map in GRState (instead
of using CheckerState).

Removed CheckerState from GRState.

Added class GRStateRef which wraps GRState* and GRStateManager*. This is handy
for generating new states with a single handle.

Added member template set/get functions to GRStateRef/GRState/GRStateManager for
accessing the Generic Data Map.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54788 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-14 21:16:54 +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 Migrated retain/release checker to use the Generic Data Map in GRState (instead 2008-08-14 21:16:54 +00:00
Basic Move some ObjC preprocessor definitions into 2008-08-12 00:21:46 +00:00
CodeGen Update some isIntegerConstantExpr uses to use 2008-08-13 23:47:13 +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 Move some ObjC preprocessor definitions into 2008-08-12 00:21:46 +00:00
Parse More #include cleaning 2008-08-11 06:23:49 +00:00
Rewrite Add CSS for word wrapping of long message bubbles. 2008-07-11 23:13:22 +00:00
Sema Make diagnostics relating to the callee hilight just the callee 2008-08-14 04:33:24 +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