[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)
commit6fdef11c1703e7565144c556e31ba7994d735d01
treec3b04fd01887ad46f53ed34b09a3503145b7da4c
parent42f26b488bf3c731c97f064919ec40a825a22654
[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()

llvm-svn: 178400
clang/include/clang/Analysis/AnalysisContext.h
clang/lib/Analysis/AnalysisDeclContext.cpp