[PATCH] D100511: [clang] Modify diagnostic level from err to warn: anyx86_interrupt_regsave
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 14 16:40:10 PDT 2021
rsmith added inline comments.
================
Comment at: clang/include/clang/Basic/DiagnosticSemaKinds.td:299
+ " with attribute 'no_caller_saved_registers'">,
+ InGroup<Extra>;
def warn_arm_interrupt_calling_convention : Warning<
----------------
Please don't add warnings directly to `-Wextra`; this should have its own flag so that people who want to do this can turn the warning off without turning off all of `-Wextra`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100511/new/
https://reviews.llvm.org/D100511
More information about the cfe-commits
mailing list