[analyzer] Do a better job describing C++ member functions in the call stack.
authorJordan Rose <jordan_rose@apple.com>
Fri, 18 Jan 2013 18:27:14 +0000 (18:27 +0000)
committerJordan Rose <jordan_rose@apple.com>
Fri, 18 Jan 2013 18:27:14 +0000 (18:27 +0000)
commitfe856d58a37185af32defc8a62a198ccd29949a7
tree5448f0a2ba2cd42e7f68a1715a26818bf7020920
parent05d82b72f14f918847278a4778de9eb9c9df8186
[analyzer] Do a better job describing C++ member functions in the call stack.

Examples:
  Calling constructor for 'Foo'
  Entered call from 'Foo::create'

llvm-svn: 172832
clang/lib/StaticAnalyzer/Core/PathDiagnostic.cpp
clang/test/Analysis/inlining/path-notes.cpp [new file with mode: 0644]