clang-1/include/clang/Analysis
Ted Kremenek 4bd1eefd48 Add pretty-printing support for FieldRegions.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57724 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-17 21:05:44 +00:00
..
Analyses Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVarDecl() and VarDecl::isFileVarDecl(). 2008-04-15 22:42:06 +00:00
FlowSensitive Fix PR 2819: Compute dataflow values for all CFG blocks by not relying on having the "Exit" block being reachable by all (or any) of the blocks in the CFG. 2008-09-23 18:02:10 +00:00
PathSensitive Add pretty-printing support for FieldRegions. 2008-10-17 21:05:44 +00:00
Support Mark the right ctor explicit, patch by Cédric Venet 2008-06-07 19:56:57 +00:00
Visitors Simplify handling of struct/union/class tags. 2008-10-15 00:42:39 +00:00
LocalCheckers.h Change implementation of NSError** coding-style check to be invoked at the end of the retain/release analysis. 2008-09-18 21:25:13 +00:00
PathDiagnostic.h Add "category" to BugTypes, allowing bugs to be grouped. 2008-09-20 04:23:38 +00:00
ProgramPoint.h Add PostStore, a new ProgramPoint to distinguish between 'stores' and other PostStmts. 2008-09-20 01:50:34 +00:00