[PATCH] D101640: [clang][patch] Add support for option -fextend-arguments={32,64}: widen integer arguments to int64 in unprototyped function calls
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 13 08:40:58 PDT 2021
aaron.ballman added a comment.
Thanks! The last remaining question to me is whether this should be a target-specific option or whether it makes sense to allow it as an option for any target.
================
Comment at: clang/include/clang/Basic/LangOptions.def:418-419
+ENUM_LANGOPT(ExtendIntArgs, ExtendArgsKind, 1, ExtendArgsKind::ExtendTo32,
+ "Controls how scalar integer arguments are extended in calls"
+ " to unprototyped and varargs functions")
+
----------------
I missed this one last time.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101640/new/
https://reviews.llvm.org/D101640
More information about the cfe-commits
mailing list