thakis added inline comments.

================
Comment at: 
clang-tools-extra/clang-tidy/misc/ConfusableTable/build_confusable_table.cpp:55
+  std::sort(Entries.begin(), Entries.end());
+  errs() << "Parsed " << Entries.size() << " Entries\n";
+
----------------
Could we not print this line? The build is supposed to be silent if nothing's 
broken.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112916

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to