[PATCH] D55135: [CTU][Analyzer]Add DisplayCTUProgress analyzer switch

Aleksei Sidorin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 1 13:20:26 PST 2018


a_sidorin added a comment.

Hi Gabor,
In addition to Umann remarks, there is a small comment inline.



================
Comment at: lib/CrossTU/CrossTranslationUnit.cpp:239
+      if (DisplayCTUProgress) {
+        llvm::errs() << "ANALYZE (CTU loaded AST for source file): "
+                     << ASTFileName << "\n";
----------------
I think we can remove parens from the message.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55135/new/

https://reviews.llvm.org/D55135





More information about the cfe-commits mailing list