[clang] [clang-tools-extra] [llvm] [clang] Introduce diagnostics suppression mappings (PR #112517)
Boaz Brickner via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 30 07:09:32 PDT 2024
================
@@ -477,6 +485,100 @@ void DiagnosticsEngine::setSeverityForAll(diag::Flavor Flavor,
setSeverity(Diag, Map, Loc);
}
+namespace {
+class WarningsSpecialCaseList : public llvm::SpecialCaseList {
----------------
bricknerb wrote:
Yes, I think the current state is pretty bad so if you're willing to refactor (in a separate PR, could also be a followup), this would be great. I think WarningsSpecialCaseList::createOrDie() would be surprising and I assume future changes could be harder to make and/or make the API much less clear.
https://github.com/llvm/llvm-project/pull/112517
More information about the cfe-commits
mailing list