]> granicus.if.org Git - clang/commit
[analyzer] Add debug helper LocationContext::dumpStack().
authorJordan Rose <jordan_rose@apple.com>
Sat, 30 Mar 2013 01:31:35 +0000 (01:31 +0000)
committerJordan Rose <jordan_rose@apple.com>
Sat, 30 Mar 2013 01:31:35 +0000 (01:31 +0000)
commit75f8bd01319000b3e1438847505302670514759d
treefed439ad7df798a5ca3343f4956762d0c32c3d0e
parent5184dd45b046b5c68a095d2d18a157723aeb904f
[analyzer] Add debug helper LocationContext::dumpStack().

Sample output:
  #0 void construct(pointer __p, llvm::ImutAVLTree<llvm::ImutContainerInfo<clang::ento::BugType *> > *const &__val)
  #1 void push_back(const value_type &__x)
  #2 void destroy()
  #3 void release()
  #4 void ~ImmutableSet()

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