[PATCH] D128449: [clang] Introduce -Warray-parameter
serge via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 8 13:33:51 PDT 2022
serge-sans-paille added inline comments.
================
Comment at: clang/lib/Sema/SemaDecl.cpp:3213
+static bool EquivalentArrayTypes(QualType Old, QualType New,
+ ASTContext const &Ctx) {
+
----------------
aaron.ballman wrote:
> East const? MONSTEROUS! ;-) (We tend to use west const mostly in the code base.)
Whenever I don't have strict focus on my fingers, they go east!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128449/new/
https://reviews.llvm.org/D128449
More information about the cfe-commits
mailing list