]> granicus.if.org Git - clang/commit
Revert r149311 which failed to compile.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 31 Jan 2012 02:14:24 +0000 (02:14 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 31 Jan 2012 02:14:24 +0000 (02:14 +0000)
commitb9b0f6fb6e113b5e6be3ed9754c4bf01186a17bf
treef5a6d058526dd31830d98cfcdbd144b499e8121f
parent6e1d2eaa7d7f1008a5bac12f73fbf6167802a46d
Revert r149311 which failed to compile.

Original log:

Convert ProgramStateRef to a smart pointer for managing the reference counts of ProgramStates.  This leads to a slight memory
improvement, and a simplification of the logic for managing ProgramState objects.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149336 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h
lib/StaticAnalyzer/Core/Checker.cpp
lib/StaticAnalyzer/Core/ExprEngine.cpp
lib/StaticAnalyzer/Core/ProgramState.cpp