summaryrefslogtreecommitdiffstats
path: root/clang/test/Format/cursor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Let clang-format move the cursor appropriately.Daniel Jasper2013-05-211-0/+6
With this patch, clang-format will try to keep the cursor at the original code position in editor integrations (implemented for emacs and vim). This means, after formatting, clang-format will try to keep the cursor on the same character of the same token. llvm-svn: 182373
OpenPOWER on IntegriCloud