[analyzer] AnalysisConsumer: print fully-qualified function name while displaying...
authorYury Gribov <y.gribov@samsung.com>
Wed, 3 Feb 2016 13:35:33 +0000 (13:35 +0000)
committerYury Gribov <y.gribov@samsung.com>
Wed, 3 Feb 2016 13:35:33 +0000 (13:35 +0000)
commit8f7d8b6c32db2249e2f2788a22bea70e43d73e4a
tree127d00c6ca468c57afec76bfc379eb67f3f7e0fe
parent82e1168989fd42bbb82a4536568773269f499f40
[analyzer] AnalysisConsumer: print fully-qualified function name while displaying progress

-analyzer-display progress option prints only function names which may be ambiguous. This patch forces AnalysisConsumer to print fully-qualified function names.
Patch by Alex Sidorin!

Differential Revision: http://reviews.llvm.org/D16804

llvm-svn: 259646
clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
clang/test/Analysis/analyze_display_progress.cpp [new file with mode: 0644]