Merge pull request #80378 from DougGregor/remove-educational-note-markdown-rendering

[Diagnostics] Remove rendering of educational notes to the terminal
This commit is contained in:
Doug Gregor
2025-03-28 20:12:44 -07:00
committed by GitHub
7 changed files with 0 additions and 411 deletions

View File

@@ -2562,7 +2562,6 @@ static bool ParseDiagnosticArgs(DiagnosticOptions &Opts, ArgList &Args,
} else if (Args.hasArg(OPT_print_diagnostic_groups)) {
Opts.PrintDiagnosticNames = PrintDiagnosticNamesMode::Group;
}
Opts.PrintEducationalNotes |= Args.hasArg(OPT_print_educational_notes);
if (Arg *A = Args.getLastArg(OPT_diagnostic_documentation_path)) {
Opts.DiagnosticDocumentationPath = A->getValue();
}