]> granicus.if.org Git - clang/commit
[analyzer] Self-debug: Dump dynamic type info and taint with the program state.
authorArtem Dergachev <artem.dergachev@gmail.com>
Tue, 27 Feb 2018 20:06:20 +0000 (20:06 +0000)
committerArtem Dergachev <artem.dergachev@gmail.com>
Tue, 27 Feb 2018 20:06:20 +0000 (20:06 +0000)
commitf23067b3767fde711417cc76ef56812c3fc15cc9
tree0ab80ffad912152c79cce21f426c964cf172bd64
parentf524e7c6ff95cfc17f369c75beb7a13a67060634
[analyzer] Self-debug: Dump dynamic type info and taint with the program state.

Useful for debugging problems with dynamic type info and taint.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326239 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeMap.h
lib/StaticAnalyzer/Core/DynamicTypeMap.cpp
lib/StaticAnalyzer/Core/ProgramState.cpp