ioeric accepted this revision.
ioeric added a comment.
This revision is now accepted and ready to land.
Lgtm.
================
Comment at: lib/Format/Format.cpp:1406
for (const auto &Category : Style.IncludeCategories)
- CategoryRegexs.emplace_back(Category.Regex);
+ CategoryRegexs.emplace_back(Category.Regex,
+ Style.IncludeRegexCaseInsensitive
----------------
Also add tests for these non-main categories?
https://reviews.llvm.org/D33932
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits