[libcxx-commits] [PATCH] D101613: [libcxx] Reenable ranges for clang-cl

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 30 06:20:12 PDT 2021


Quuxplusone added a comment.

Per http://web.archive.org/web/20110221041226/http://msdn.microsoft.com/en-us/library/ms235402(v=vs.80).aspx , I think it would make sense to nasty-macro some other identifiers while you're in the area.
I suggest `__inout`, `__opt`, `__z`, `__nz`, `__full`, `__part`, `__deref`.
(There are a-combinatorial-explosion-more reserved identifiers, but I don't think libc++ would ever accidentally stumble into any of them.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101613



More information about the libcxx-commits mailing list