]> granicus.if.org Git - clang/commit
Improve clang-format vim integration.
authorDaniel Jasper <djasper@google.com>
Fri, 19 Jul 2013 09:30:44 +0000 (09:30 +0000)
committerDaniel Jasper <djasper@google.com>
Fri, 19 Jul 2013 09:30:44 +0000 (09:30 +0000)
commit7248217fb2ff9c010e0f06e07032702191479616
tree4dee5e87092bb2baa21318fc858dcd85bbfc74d0
parent6e007f9fa0b9ebe5898025010c5ebc7d82decfa7
Improve clang-format vim integration.

The previous line-by-line replacement causes vim to take a long time if
the foldmethod is set to 'syntax'. This should significantly improve
performance in that case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186660 91177308-0d34-0410-b5e6-96231b3b80d8
tools/clang-format/clang-format.py