llvm-project/clang-tools-extra/include-fixer
Kirill Bobyrev c4018e2db6 change Vim key binding for include-fixer and clang-rename
Change Vim key binding for include-fixer (`,cf` -> `<leader>cf`) and
clang-rename (`,cr` -> `<leader>cr`) to use `<leader>` instead of `,` like
cool Vim people (tm) do.

Reviewers: ioeric

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

llvm-svn: 276870
2016-07-27 14:23:47 +00:00
..
find-all-symbols [include-fixer] Add missing namespace qualifiers after inserting a missing header. 2016-07-08 09:10:29 +00:00
tool change Vim key binding for include-fixer and clang-rename 2016-07-27 14:23:47 +00:00
CMakeLists.txt [include-fixer] Pull out Context implementation code to a cpp file. 2016-07-08 13:11:38 +00:00
InMemorySymbolIndex.cpp [include-fixer] Simplify unittest code. 2016-05-13 15:17:17 +00:00
InMemorySymbolIndex.h [include-fixer] Simplify unittest code. 2016-05-13 15:17:17 +00:00
IncludeFixer.cpp [include-fixer] Don't add qualifiers in missing complete type cases. 2016-07-26 16:32:42 +00:00
IncludeFixer.h [include-fixer] Add mising qualifiers to all instances of an unidentified symbol. 2016-07-21 13:47:09 +00:00
IncludeFixerContext.cpp [include-fixer] Fix faulty sort predicate. 2016-07-22 09:07:16 +00:00
IncludeFixerContext.h [include-fixer] Add mising qualifiers to all instances of an unidentified symbol. 2016-07-21 13:47:09 +00:00
SymbolIndex.h [include-fixer] Rename XrefsDB to SymbolIndex. 2016-05-13 09:27:54 +00:00
SymbolIndexManager.cpp [include-fixer] Add missing namespace qualifiers after inserting a missing header. 2016-07-08 09:10:29 +00:00
SymbolIndexManager.h [include-fixer] Add missing namespace qualifiers after inserting a missing header. 2016-07-08 09:10:29 +00:00
YamlSymbolIndex.cpp [include-fixer] Rename XrefsDB to SymbolIndex. 2016-05-13 09:27:54 +00:00
YamlSymbolIndex.h [include-fixer] Rename XrefsDB to SymbolIndex. 2016-05-13 09:27:54 +00:00