llvm-project/clang/Analysis
Ted Kremenek fd8352c2b9 Added string "[CHECKER]" to the output diagnostics produced by the GRSimpleVals analysis.
llvm-svn: 47678
2008-02-27 17:56:16 +00:00
..
DeadStores.cpp Modified LiveVariables to perform all of its base initialization in the ctor, 2008-01-29 05:13:23 +00:00
ExplodedGraph.cpp Simplified transfer function logic for ++/-- operators. 2008-02-15 22:09:30 +00:00
GRBlockCounter.cpp Renamed class GREngine => GRCoreEngine. 2008-02-13 17:41:41 +00:00
GRCoreEngine.cpp Added support to GRCoreEngine/GRExprEngine for processing control-flow 2008-02-13 23:08:21 +00:00
GRExprEngine.cpp Small fix to VisitLVal: this method can be called on Block-Level expressions. 2008-02-27 07:04:16 +00:00
GRSimpleVals.cpp Added string "[CHECKER]" to the output diagnostics produced by the GRSimpleVals analysis. 2008-02-27 17:56:16 +00:00
GRSimpleVals.h Added boilerplate for plug-in transfer function support for CallExprs. 2008-02-26 23:04:29 +00:00
LiveVariables.cpp Minor bug fix in LiveVariables: don't "kill" decls referenced by a DeclStmt 2008-02-25 22:28:54 +00:00
Makefile remove attribution from makefiles. 2007-12-29 20:02:25 +00:00
ProgramPoint.cpp Added ProgramPoint.cpp, which implements several methods of the subclasses 2008-01-11 16:36:20 +00:00
RValues.cpp Added lazy "symbolication" of parameter variables and global variables. 2008-02-26 02:15:56 +00:00
SymbolManager.cpp Added lazy "symbolication" of parameter variables and global variables. 2008-02-26 02:15:56 +00:00
UninitializedValues.cpp Added back logic in patch r46361 (http://llvm.org/viewvc/llvm-project?rev=46361&view=rev) with the addition of 2008-01-26 00:03:27 +00:00
ValueManager.cpp Added missing case in constant propagation logic for handling the Xor of 2008-02-19 20:53:37 +00:00
ValueState.cpp When analyzing a function, eagerly create symbolic values for all 2008-02-27 06:47:26 +00:00