llvm-project/clang/Analysis
Ted Kremenek 149512c013 Added support to distinguish between both implicit and explicit null dereferences.
llvm-svn: 46846
2008-02-07 06:04:18 +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 Fixed bit-setting bug for ExplodedNodeImpl::NodeGroup. 2008-01-29 23:31:09 +00:00
GRConstants.cpp Added support to distinguish between both implicit and explicit null dereferences. 2008-02-07 06:04:18 +00:00
GREngine.cpp Implemented initial transfer function support for '&&', '||', '?', and 2008-02-05 00:26:40 +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 Added recording of "implicit" NULL dereferences of symbolic pointers. 2008-02-07 05:48:01 +00:00
RValues.h Added recording of "implicit" NULL dereferences of symbolic pointers. 2008-02-07 05:48:01 +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
ValueState.cpp Added recording of "implicit" NULL dereferences of symbolic pointers. 2008-02-07 05:48:01 +00:00
ValueState.h Added recording of "implicit" NULL dereferences of symbolic pointers. 2008-02-07 05:48:01 +00:00