]> granicus.if.org Git - clang/commit
[analyzer] Display cast kinds in program point dumps.
authorArtem Dergachev <artem.dergachev@gmail.com>
Thu, 17 Oct 2019 23:10:05 +0000 (23:10 +0000)
committerArtem Dergachev <artem.dergachev@gmail.com>
Thu, 17 Oct 2019 23:10:05 +0000 (23:10 +0000)
commit40a1cfa0b13160d82f688daa7fbab9f249679617
tree70bd8d0fec3f93d6075e2572d6e7179540886fda
parent7d0e090bbc61baebf0be18e4d9ba36615b6cd566
[analyzer] Display cast kinds in program point dumps.

Because cast expressions have their own hierarchy, it's extremely useful
to have some information about what kind of casts are we dealing with.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@375185 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ProgramPoint.cpp
test/Analysis/exploded-graph-rewriter/program_points.dot
utils/analyzer/exploded-graph-rewriter.py