[PATCH] D97553: [clang][NFC] pack StaticDiagInfoRec
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 26 10:34:45 PST 2021
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_SEVERITY, DESC, GROUP, SFINAE, NOWERROR, \
----------------
FWIW, I'd personally prefer to remove the `clang-format on` comment below. I'm not keen on littering the code base with workarounds for clang-format.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97553/new/
https://reviews.llvm.org/D97553
More information about the cfe-commits
mailing list