[PATCH] D33932: [clang-format] Add support for case-insensitive header matching and use it to improve support for LLVM-style include sorting.

Daniel Jasper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 26 00:59:30 PDT 2017


djasper added inline comments.


================
Comment at: include/clang/Format/Format.h:993
+  /// inside ``IncludeCategories``.
+  bool IncludeRegexCaseInsensitive;
+
----------------
Do we really need a flag here? Shouldn't we just always do this?


https://reviews.llvm.org/D33932





More information about the cfe-commits mailing list