[clang-tools-extra] [clangd] Add inlay hints for default function arguments and implicit lambda captures (PR #95712)

Younan Zhang via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 16 22:37:39 PDT 2024


================
@@ -504,10 +503,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. "
+                           "It will only run if ClangTidy.FastCheckFilter is "
+                           "Loose or None",
+                           Str)
----------------
zyn0217 wrote:

Please don't sneak in unrelated format changes in one patch.

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


More information about the cfe-commits mailing list