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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to