diff options
author | Manuel Klimek <klimek@google.com> | 2017-02-22 09:21:22 +0000 |
---|---|---|
committer | Manuel Klimek <klimek@google.com> | 2017-02-22 09:21:22 +0000 |
commit | 0042499f48202c42ca385d1a12a1453d5b40171c (patch) | |
tree | efdf6d759923d31d777762259e5beb68c84eaa3a /lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp | |
parent | a8d8dcf6ef82c67237196c278f11102135af80c1 (diff) | |
download | bcm5719-llvm-0042499f48202c42ca385d1a12a1453d5b40171c.tar.gz bcm5719-llvm-0042499f48202c42ca385d1a12a1453d5b40171c.zip |
Completion related fixes for clang-include-fixer.el.
1. Quitting inside a process sentinel is not allowed, but the sentinel invokes
completion, where the user is free to hit C-g. By wrapping the call in
with-local-quit, the process sentinel invocation can finish without triggering
an error
2. Invoke completing-read instead of ido-completing-read, since this may
interfere with user customizations to completing-read-function. The user should
use something like ido-ubiquitous if ido completion is wanted
3. Compare the string returned from completion with string=, since it may be a
copy of the original string in the collection
Patch by Torsten Marek.
llvm-svn: 295818
Diffstat (limited to 'lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp')
0 files changed, 0 insertions, 0 deletions