[PATCH] D22494: [analyzer] Explain why analyzer report is not generated (fix for PR12421).
Anna Zaks via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 29 17:37:40 PDT 2016
zaks.anna added inline comments.
================
Comment at: lib/StaticAnalyzer/Core/PathDiagnostic.cpp:216
@@ +215,3 @@
+ llvm::raw_svector_ostream warning(buf);
+ warning << "warning: Path diagnostic report is not generated. Current "
+ << "output format does not support diagnostics that cross file "
----------------
Can/should we be specific about what the user-specified output format is?
https://reviews.llvm.org/D22494
More information about the cfe-commits
mailing list