[PATCH] D146844: [clang-format] Handle '_' in ud-suffix for IntegerLiteralSeparator
Emilia Dreamer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 24 16:34:50 PDT 2023
rymiel accepted this revision.
rymiel added a comment.
This revision is now accepted and ready to land.
Could this possibly be an issue for more esoteric underscore-less UDLs, like `i`?
Does the code need to search for a suffix, could it not detect the absence of a digit? Sorry if the questions are silly, I haven't really looked at this part of the formatter in depth
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146844/new/
https://reviews.llvm.org/D146844
More information about the cfe-commits
mailing list