[PATCH] D33932: [clang-format] Add support for case-insensitive header matching and use it to improve support for LLVM-style include sorting.
Nikolaus Wittenstein via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 31 09:14:33 PDT 2019
adzenith added a comment.
It appears I was mistaken - the `(?-i)` caused the regex match to fail entirely, which made the system header move all the way to the end. It didn't actually solve my problem.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D33932/new/
https://reviews.llvm.org/D33932
More information about the cfe-commits
mailing list