]> granicus.if.org Git - clang/commit
ProgramPoint cleanup after the previous commit r141408 (remove the copy constructor...
authorAnna Zaks <ganna@apple.com>
Fri, 7 Oct 2011 21:01:38 +0000 (21:01 +0000)
committerAnna Zaks <ganna@apple.com>
Fri, 7 Oct 2011 21:01:38 +0000 (21:01 +0000)
commit63d3201619fdac284adfd3b9328562fa20a01c40
treeb5b9131a4262a87332a66dce8bb450c5ecc160c8
parent8828ee7faa42f889ade3bb635dc5f1338be671b1
ProgramPoint cleanup after the previous commit r141408 (remove the copy constructor, mark withTag const).

Move getProgramPoint() utility from CoreEngine.cpp into ProgramPoint.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141414 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/ProgramPoint.h
lib/Analysis/ProgramPoint.cpp
lib/StaticAnalyzer/Core/CoreEngine.cpp