[PATCH] D62975: Require stdcall etc parameters to be complete on ODR use

Bob Haarman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 6 15:17:51 PDT 2019


inglorion accepted this revision.
inglorion added a comment.
This revision is now accepted and ready to land.

Thank you. Given that proceeding with the wrong value will result in either an undefined reference or a reference to what might well be the wrong function at link time, I think making this an error (as you've done) is strictly better.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62975/new/

https://reviews.llvm.org/D62975





More information about the cfe-commits mailing list