clang-1/Analysis
Ted Kremenek 90e420321f Implemented transfer function logic for unary '+'
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47357 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-20 04:12:31 +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 Implemented transfer function logic for unary '+' 2008-02-20 04:12:31 +00:00
GRSimpleVals.cpp Implemented transfer function logic for unary '+' 2008-02-20 04:12:31 +00:00
GRSimpleVals.h Implemented transfer function logic for unary '+' 2008-02-20 04:12:31 +00:00
GRTransferFuncs.cpp Refactored code for transfer functions for binary operators involving two LValues. 2008-02-15 23:15:23 +00:00
LiveVariables.cpp Fixed bug in LiveVariables analysis where Block-level exprs appearing 2008-02-07 02:38:55 +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 Implemented transfer function logic for unary '+' 2008-02-20 04:12:31 +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 Placed transfer function logic for dereferences in its own method, while at 2008-02-20 04:02:35 +00:00
ValueState.h Added "symbol iterators" for RValues, allowing easy iteration over the symbols 2008-02-14 23:25:54 +00:00