llvm-project/clang-tools-extra/include-fixer/tool
Philipp Stephani f8ff2ef966 Improve completion experience for headers
Summary: When calling `completing-read', we should provide a default to prevent the behavior described in https://github.com/DarwinAwardWinner/ido-completing-read-plus#why-does-ret-sometimes-not-select-the-first-completion-on-the-list--why-is-there-an-empty-entry-at-the-beginning-of-the-completion-list--what-happened-to-old-style-default-selection.  Also, don't use an assertion to check whether the user selected a header; raise a proper signal instead.

Reviewers: klimek

Reviewed By: klimek

Subscribers: cfe-commits

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

llvm-svn: 329566
2018-04-09 13:31:44 +00:00
..
CMakeLists.txt [clang-include-fixer] Use add_clang_tool instead add_clang_executable 2018-02-16 20:25:45 +00:00
ClangIncludeFixer.cpp Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTOR 2017-06-30 20:57:16 +00:00
clang-include-fixer-test.el Do not display highlights for clang-include-fixer-at-point 2017-03-06 14:49:26 +00:00
clang-include-fixer.el Improve completion experience for headers 2018-04-09 13:31:44 +00:00
clang-include-fixer.py Recommit "[include-fixer] Don't throw exception when parsing unknown ar… …guments in vim script." 2017-05-17 14:13:59 +00:00