[PATCH] D147710: Add an option to print out annotation remark count.

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 6 09:39:57 PDT 2023


paquette added inline comments.


================
Comment at: llvm/tools/llvm-remarkutil/RemarkUtil.cpp:43
+    "annotation-count",
+    "Collect count information for a remark (uses AnnotationRemarksPass)");
 } // namespace subopts
----------------
Make it explicit here that this is only from annotation remarks?


================
Comment at: llvm/tools/llvm-remarkutil/RemarkUtil.cpp:56
+
+// Keep Input format and names consisten accross the modes via a macro.
+#define INPUT_FORMAT_COMMAND_LINE_OPTIONS(SUBOPT)                              \
----------------
jroelofs wrote:
> s/consisten/consistent/
typos


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147710



More information about the llvm-commits mailing list