[llvm] Remark Util introduce remark count (PR #66214)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 9 17:26:27 PDT 2023
================
@@ -110,6 +110,80 @@ if `--use-debug-loc` is passed then the CSV will include the source path, line n
Source,Function,Count
path:line:column,foo,3
+.. _count_subcommand:
+
+count
+~~~~~
+
+..program:: llvm-remarkutil count
+
+USAGE: :program:`llvm-remarkutil` count [*options*] <input file>
+
+Summary
+^^^^^^^
+
+:program:`llvm-remarkutil count` counts `remakrs <https://llvm.org/docs/Remarks.html>` based on specified properties.
----------------
fhahn wrote:
Looks like the typo is still there in the latest version?
https://github.com/llvm/llvm-project/pull/66214
More information about the llvm-commits
mailing list