This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG335375ef2c66: [clang][NFC] pack StaticDiagInfoRec (authored
by njames93).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https:/
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM!
Comment at: clang/lib/Basic/DiagnosticIDs.cpp:171
const StaticDiagInfoRec StaticDiagInfo[] = {
+// clang-format off
#define DIAG(ENUM, CLASS, DEFAULT_SE
njames93 created this revision.
njames93 added reviewers: rsmith, aaron.ballman.
njames93 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Exchanging types, reordering fields and borrowing a bit from OptionGroupIndex
shrinks this from 12 by