llvm-project/clang-tools-extra/include-fixer
Eric Liu f832eb7e9f [include-fixer] try to make vim header selection more friendly.
Summary: use 'input()' to get user's input so that we can support more options.

Reviewers: hokein, bkramer

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D21019

llvm-svn: 272004
2016-06-07 12:21:43 +00:00
..
find-all-symbols [include-fixer] fixed a wrong header mapping. 2016-06-03 09:33:22 +00:00
tool [include-fixer] try to make vim header selection more friendly. 2016-06-07 12:21:43 +00:00
CMakeLists.txt [include-fixer] Sort headers after inserting new headers. 2016-05-19 08:21:09 +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 missing header if the unindentified symbol isn't from the main file. 2016-06-03 11:26:02 +00:00
IncludeFixer.h [include-fixer] use clang-format cleaner to insert header. 2016-05-31 14:48:45 +00:00
IncludeFixerContext.h [include-fixer] Use YAML format in -output-headers and -insert-header mode. 2016-06-01 11:43:10 +00:00
SymbolIndex.h [include-fixer] Rename XrefsDB to SymbolIndex. 2016-05-13 09:27:54 +00:00
SymbolIndexManager.cpp [include-fixer] Be smarter about inserting symbols for a prefix. 2016-06-03 14:07:38 +00:00
SymbolIndexManager.h [include-fixer] Rename XrefsDB to SymbolIndex. 2016-05-13 09:27:54 +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