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

Kevin Joseph via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 11 21:59:40 PST 2024


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

Added a case in clang-tools-extra/test/clang-tidy/checkers/modernize/use-override.cpp.

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


More information about the cfe-commits mailing list