[PATCH] D94201: [clang-format] Skip UTF8 Byte Order Mark while sorting includes
Björn Schäpers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 7 01:10:02 PST 2021
HazardyKnusperkeks added a comment.
Should the BOM not be ignored in ANY case, not just while sorting includes? And thus a different code should be touched?
How about aligned assignments at the beginning of the line with a BOM, does it count to the type name, or does clang-format handle that correctly right now?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94201/new/
https://reviews.llvm.org/D94201
More information about the cfe-commits
mailing list