[PATCH] D101640: [clang][patch] Add support for option -fextend-arguments-64: widen integer arguments to int64 in unprototyped function calls
Jan Svoboda via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 3 02:26:43 PDT 2021
jansvoboda11 added a comment.
Usually, Clang has two flags to control a feature: one to turn it on and the other to turn it off. The last one on the command-line wins.
Accepting both `-fextend-arguments=64` and `-fextend-arguments=32` would be more consistent with the rest of the command-line options IMO.
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