[PATCH] D117435: [clang] Warning for inline constexpr functions
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 16 12:04:55 PST 2022
rjmccall requested changes to this revision.
rjmccall added a comment.
This revision now requires changes to proceed.
I don't remember if this is written up anywhere, but clang has a longstanding policy that style enforcement belongs in a linter rather than the compiler. One programmer's "redundant" is another programmer's "clear and explicit". I don't think this warning is consistent with that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117435/new/
https://reviews.llvm.org/D117435
More information about the cfe-commits
mailing list