]> granicus.if.org Git - clang/commit
[analyzer] [NFC] Move the code for dumping the program point to ProgramPoint
authorGeorge Karpenkov <ekarpenkov@apple.com>
Thu, 27 Sep 2018 01:46:18 +0000 (01:46 +0000)
committerGeorge Karpenkov <ekarpenkov@apple.com>
Thu, 27 Sep 2018 01:46:18 +0000 (01:46 +0000)
commit7bee69dec5de77cadcdcc2ac9e4341adfa85f4c3
tree3a559433632ce5b950fcd04dbc909fdcb86b7586
parent4b70c6059fe81142dec6de0a89a308eaa273940b
[analyzer] [NFC] Move the code for dumping the program point to ProgramPoint

So we can dump them outside of viewing the exploded grpah.

Differential Revision: https://reviews.llvm.org/D52583

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