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

2017-08-22 Thread Teodor MICU via Phabricator via cfe-commits
mteodor added a comment. In https://reviews.llvm.org/D33932#793994, @djasper wrote: > Just make clang-format always do this. I don't think anyone is relying on the > current behavior. Well, someone did rely on **case sensitive** match. I thought //case insensitive// by default was just a Wind

[PATCH] D12407: [clang-format-vs] Add an option to reformat source code when file is saved to disk

2017-07-07 Thread Teodor MICU via Phabricator via cfe-commits
mteodor added a comment. In https://reviews.llvm.org/D12407#314671, @klimek wrote: > I think we'll want somebody to find out whether there are simpler ways to > implement this. **Format on save** was implemented by https://reviews.llvm.org/D29221. What's the new functionality in the **reforma