]> granicus.if.org Git - clang/commit
[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)
commitdc47c9a71c99ce2e5b9d84f1cd3487b6852b3543
tree410746fd6f334ae6facba9c7ee59f67c81410f60
parentba287dc2fa46af68a84d69004ffc086e3e7311f1
[analyzer] Do a better job describing C++ member functions in the call stack.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172832 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/PathDiagnostic.cpp
test/Analysis/inlining/path-notes.cpp [new file with mode: 0644]