[PATCH] D95017: [clang-format] add case aware include sorting
Marek Kurdej via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 28 01:29:23 PST 2021
curdeius added inline comments.
================
Comment at: clang/lib/Format/Format.cpp:399
+ IO.enumCase(Value, "false", FormatStyle::SI_Never);
+ IO.enumCase(Value, "", FormatStyle::SI_CaseInsensitive);
+ IO.enumCase(Value, "true", FormatStyle::SI_CaseInsensitive);
----------------
curdeius wrote:
> Is this needed?
Ok. You just fixed it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95017/new/
https://reviews.llvm.org/D95017
More information about the cfe-commits
mailing list