[PATCH] D127066: [clang] Remove some `U+00AD`s in `__cpp_multidimensional_subscript`

Yuki Okushi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 7 03:22:52 PDT 2022


JohnTitor added a comment.

> 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.

Oh, my editor said it 0x00AD, it's weird. Anyway thanks for clarifying.

> can you correct the patch title + summary when committing?

Sure!


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