]> granicus.if.org Git - clang/commit
[analyzer] Fix ExprEngine::ViewGraph to handle C++ initializers.
authorJordan Rose <jordan_rose@apple.com>
Fri, 22 Mar 2013 21:15:16 +0000 (21:15 +0000)
committerJordan Rose <jordan_rose@apple.com>
Fri, 22 Mar 2013 21:15:16 +0000 (21:15 +0000)
commit1aa4f5019164592643bf46b7d61f15b6ef509c8e
treea447f035d95d0d1d2e2df360325defdc7756a29b
parent9317ab94bb68122ba6fc728eb73c1308fb913cd1
[analyzer] Fix ExprEngine::ViewGraph to handle C++ initializers.

Debugging aid only, no functionality change.

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