[PATCH] D46602: [clang-tidy] Store checks profiling info as YAML files
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 16 11:13:16 PDT 2018
lebedev.ri added inline comments.
================
Comment at: clang-tidy/tool/ClangTidyMain.cpp:188
+format to stderr. When this option is passed,
+these per-TU profiles are instead stored as YAML.)"),
+ cl::value_desc("prefix"),
----------------
Quuxplusone wrote:
> Drive-by nit: Each other help string ends with a newline (`)"),` on a line by itself). This one presumably should too.
Hmm, yeah, at least for consistency.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D46602
More information about the llvm-commits
mailing list