[PATCH] D112916: Confusable identifiers detection
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 3 04:48:49 PDT 2022
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
More information about the cfe-commits
mailing list