llvm-project/clang/Analysis
Ted Kremenek b0b7d28f67 Fixed horrid bug in LiveVariables analysis where we were only merging at
confluence points the liveness information for variables (Decls) and NOT
block-level expressions.

llvm-svn: 47506
2008-02-22 23:17:20 +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 Added "assumption" logic for lval::FuncVal and lval::GotoLabel, and simplified 2008-02-22 00:54:56 +00:00
GRSimpleVals.cpp Punt on unifying symbolic lvalues. This won't be needed for many checkers. 2008-02-22 18:41:59 +00:00
GRSimpleVals.h Simplified and generalized transfer function logic for casts, allowing 2008-02-21 18:43:30 +00:00
LiveVariables.cpp Fixed horrid bug in LiveVariables analysis where we were only merging at 2008-02-22 23:17:20 +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 Major cleanup of path-sensitive analysis engine and the current analysis 2008-02-21 18:02:17 +00:00
SymbolManager.cpp Implemented "getType()" for symbolic values representing the "contents" of 2008-02-19 20:51:40 +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 Return "Unknown" when using the value of a function pointer whose value 2008-02-21 23:17:39 +00:00
ValueState.h Major cleanup of path-sensitive analysis engine and the current analysis 2008-02-21 18:02:17 +00:00