hanchenye-llvm-project/clang/lib/Tooling
Daniel Jasper 2a250b8b49 Let clang-format move the cursor appropriately.
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
2013-05-21 12:21:39 +00:00
..
ArgumentsAdjusters.cpp Fix -Wdelete-non-virtual-dtor in Tooling code. 2012-05-09 18:31:50 +00:00
CMakeLists.txt Support symlinks and relative paths in complilation databases. 2012-10-08 16:08:15 +00:00
CommonOptionsParser.cpp Style and Doc fix for CommonOptionsParser 2012-12-14 18:58:25 +00:00
CompilationDatabase.cpp Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
FileMatchTrie.cpp Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
JSONCompilationDatabase.cpp CommandLineArgumentParser: handle single quotes. 2013-03-02 06:00:16 +00:00
Makefile
Refactoring.cpp Let clang-format move the cursor appropriately. 2013-05-21 12:21:39 +00:00
RefactoringCallbacks.cpp Finishing the move of RefactoringCallbacks and fixing the corresponding 2012-07-17 08:37:03 +00:00
Tooling.cpp ClangTool output cleanup 2013-03-15 20:14:01 +00:00