]> granicus.if.org Git - clang/commit
[CFG] Add dumps for CFGElement and CFGElementRef
authorKristof Umann <kristof.umann@ericsson.com>
Thu, 12 Sep 2019 19:52:34 +0000 (19:52 +0000)
committerKristof Umann <kristof.umann@ericsson.com>
Thu, 12 Sep 2019 19:52:34 +0000 (19:52 +0000)
commit016e799245a32748978475807f9cd1b14cefa0c8
tree284f0051532e91655fdf3e0e4ac635fa38dd3268
parent692350b3324af16d1007a41089b9e5d684230ca3
[CFG] Add dumps for CFGElement and CFGElementRef

Seems like we never had these, so here we go! I also did some refactoring as I
was chasing a bug unrelated to this revision.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@371765 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/CFG.h
lib/Analysis/CFG.cpp