[clang-tools-extra] issue-63565: community requested small QoL fix for more configurabili… (PR #108005)

via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 18 04:32:31 PDT 2024


================
@@ -504,10 +504,10 @@ struct FragmentCompiler {
       auto Fast = isFastTidyCheck(Str);
       if (!Fast.has_value()) {
         diag(Warning,
-             llvm::formatv(
-                 "Latency of clang-tidy check '{0}' is not known. "
-                 "It will only run if ClangTidy.FastCheckFilter is Loose or None",
-                 Str)
+             llvm::formatv("Latency of clang-tidy check '{0}' is not known. "
----------------
MK-Alias wrote:

I use `clang-format` with the `.clang-format` of the code base. Even if I don't change anything and just do a `clang-format` this change will happen. It seems that it's not correctly formatted. I will fix this and my recommendation would be to use `clang-format` on this file - or perhaps the whole code base - post patching in its own commit. this will fix this issue(s) in the future.

https://github.com/llvm/llvm-project/pull/108005


More information about the cfe-commits mailing list