[clang-tools-extra] [clangd] don't lower severity of clang-tidy modernize-* checks to remarks (PR #75706)

Julian Schmidt via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 16 09:17:43 PST 2023


================
@@ -1811,10 +1811,10 @@ TEST(ParsedASTTest, ModuleSawDiag) {
   TestTU TU;
 
   auto AST = TU.build();
-        #if 0
+#if 0
----------------
5chmidti wrote:

This formatting change slipped through, should I remove it?

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


More information about the cfe-commits mailing list