yamaguchi updated this revision to Diff 104988.
yamaguchi added a comment.
Update patch and diff.
https://reviews.llvm.org/D34924
Files:
clang/utils/bash-autocomplete.sh
Index: clang/utils/bash-autocomplete.sh
===
--- clang/uti
yamaguchi created this revision.
Bash-autocompletion for clang depends on bash-completion system and abort `bash:
_init_completion: command not found` when it is not installed.
Changed to return silently if bash-completion is not installed.
https://reviews.llvm.org/D34924
Files:
clang/utils/