[PATCH] D79673: Allow 32-bit pointer extensions to be used without -fms-extensions

David Zarzycki via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 15 03:46:04 PDT 2020


davezarzycki abandoned this revision.
davezarzycki added a comment.

I'm going to abandon this change for now. The problem is that the MS extensions are not as pervasive through the language as I wanted. For example, I'd really like them to work on aggregate types. This would allow all of the pointers to said types to not need annotation, unlike the current MS model.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79673





More information about the cfe-commits mailing list