hanchenye-llvm-project/clang-tools-extra/include-fixer
Manuel Klimek 516a3df5cf clang-include-fixer.el: Don't prompt the user about killing clang-include-fixer processes
By default, Emacs prompts the user when killing processes on exit. This is useful for stateful processes such as interactive shells. However, clang-include-fixer processes are stateless; the only effect of killing them is to cancel a clang-include-fixer operation. Therefore prompting the user is just a nuisance.

Patch by Philipp Stephani.

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

llvm-svn: 283863
2016-10-11 09:21:20 +00:00
..
find-all-symbols [include-fixer] Support finding headers for the symbol under cursor. 2016-09-07 16:34:35 +00:00
tool clang-include-fixer.el: Don't prompt the user about killing clang-include-fixer processes 2016-10-11 09:21:20 +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] Support processing multiple files in one run. 2016-08-09 08:26:19 +00:00
IncludeFixer.h Fix Wdocumentation unknown parameter warning 2016-08-09 10:02:11 +00:00
IncludeFixerContext.cpp [include-fixer] Support processing multiple files in one run. 2016-08-09 08:26:19 +00:00
IncludeFixerContext.h [include-fixer] Support processing multiple files in one run. 2016-08-09 08:26:19 +00:00
SymbolIndex.h [include-fixer] Rename XrefsDB to SymbolIndex. 2016-05-13 09:27:54 +00:00
SymbolIndexManager.cpp [include-fixer] Correct nested class search for identifiers with scoped information 2016-08-02 10:43:10 +00:00
SymbolIndexManager.h [include-fixer] Correct nested class search for identifiers with scoped information 2016-08-02 10:43:10 +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