[clang-tools-extra] [clangd] Clean formatting modernize-use-override (PR #81435)

Piotr Zegar via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 11 14:31:31 PST 2024


================
@@ -898,6 +898,34 @@ TEST(DiagnosticTest, ClangTidySelfContainedDiags) {
                 withFix(equalToFix(ExpectedDFix))))));
 }
 
+TEST(DiagnosticTest, ClangTidySelfContainedDiagsFormatting) {
----------------
PiotrZSL wrote:

Tests for clang tidy should be added here: clang-tidy/checkers/modernize/use-override.cpp

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


More information about the cfe-commits mailing list