[PATCH] D80751: [clang][diagnostics] Add '-Wundef-prefix' warning option
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 8 15:33:36 PDT 2020
arphaman added inline comments.
================
Comment at: clang/include/clang/Basic/DiagnosticGroups.td:108
+def Undefined : DiagGroup<"undef">;
+def UndefinedPrefix : DiagGroup<"undef-prefix", [Undefined]>;
def UnsupportedNan : DiagGroup<"unsupported-nan">;
----------------
It seems like you're not using the `UndefinedPrefix` group in this patch. Is that intentional, or was this left in the patch by mistake?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80751/new/
https://reviews.llvm.org/D80751
More information about the cfe-commits
mailing list