[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)
commit27ec210fbd69f01b60e6e47770398a562d49b93d
treebb907778225aaf0e7c4af554ae785e4b4d420c70
parent4b9bb7cebb7a20f811fa27214c362c645957d509
[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

llvm-svn: 343160
clang/include/clang/Analysis/ProgramPoint.h
clang/lib/Analysis/ProgramPoint.cpp
clang/lib/StaticAnalyzer/Core/ExprEngine.cpp