[include-fixer] Add an options allow moving the cursor to #include line in vim
authorHaojian Wu <hokein@google.com>
Mon, 18 Jul 2016 10:04:45 +0000 (10:04 +0000)
committerHaojian Wu <hokein@google.com>
Mon, 18 Jul 2016 10:04:45 +0000 (10:04 +0000)
commitfff3ad6e828f64360f7dfa19be449af81d4bad6c
tree24be9065b70c206ac6bdb312e70fa86b4b455d11
parentd7ae23b56363f7d6f82443e0718c117a50424412
[include-fixer] Add an options allow moving the cursor to #include line in vim
after inserting a missing header.

Summary:

A small improvement: Don't print newline character at the end of message, so
that users don't have to type ENTER manually after running the python script.

Reviewers: bkramer

Subscribers: djasper, klimek, cfe-commits

Differential Revision: https://reviews.llvm.org/D22351

llvm-svn: 275781
clang-tools-extra/include-fixer/tool/clang-include-fixer.py