[PATCH] D121497: Lex: add support for `{,u}i128` Microsoft extension
Dustin Collins via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 18 19:00:37 PDT 2023
STREGA added a comment.
I just hit this issue in my project.
Here is intsafe.h from Windows 10 SDK 20348 (latest)
F27520574: intsafe.h <https://reviews.llvm.org/F27520574>
There are 3 macros with 128 bit suffixes; INT128_MAX, UINT128_MAX and INT128_MIN.
I couldn't find any references to any of these macros in the entire Windows SDK.
How can I help get this fix merged?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121497/new/
https://reviews.llvm.org/D121497
More information about the cfe-commits
mailing list