[PATCH] D127066: [clang] Remove some `U+00AD`s in `__cpp_multidimensional_subscript`
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 6 04:58:56 PDT 2022
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
It took me a moment, but this actually removes a 0xC2AD and not a 0x00AD. It's still correct, but I was wondering why no character was printed in the text -- 0xC2AD is not a defined Unicode character.
LGTM, but can you correct the patch title + summary when committing?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127066/new/
https://reviews.llvm.org/D127066
More information about the cfe-commits
mailing list