[PATCH] D24791: Use checktime when reloading vim buffer after applying clang-rename

2016-09-21 Thread Kai Wolf via cfe-commits
NewProggie created this revision. NewProggie added a subscriber: cfe-commits. After applying `clang-rename` to a vim buffer (using `clang-rename.py` as part of the vim integration) the buffer gets reloaded using `bufdo`. This solution is suboptimal, since syntax highlighting is turned off for pe

Re: [PATCH] D24791: Use checktime when reloading vim buffer after applying clang-rename

2016-09-25 Thread Kai Wolf via cfe-commits
NewProggie added a comment. In https://reviews.llvm.org/D24791#551662, @omtcyfz wrote: > @NewProggie do you have commit access or do you want me to land this patch > for you? I don't have commit access. Please, land it for me. Glad, you've accepted my patch. https://reviews.llvm.org/D24791

[PATCH] D16765: [Clang-Format] Add option for spacing between function parameters

2016-02-01 Thread Kai Wolf via cfe-commits
NewProggie created this revision. NewProggie added reviewers: poiru, djasper, klimek. NewProggie added a subscriber: cfe-commits. Herald added a subscriber: klimek. This patch adds an option to remove the blank after comma between several function parameters. The default value is still to keep th