[PATCH] D123064: [Clang][C++23] P2071 Named universal character escapes
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 15 05:54:39 PDT 2022
aaron.ballman added inline comments.
================
Comment at: clang/lib/Lex/LiteralSupport.cpp:509-511
+ if (std::max(Distance, Match.Distance) -
+ std::min(Distance, Match.Distance) >
+ 3)
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123064/new/
https://reviews.llvm.org/D123064
More information about the cfe-commits
mailing list