]> granicus.if.org Git - clang/commit
[GSoC] Shell autocompletion for clang
authorYuka Takahashi <yukatkh@gmail.com>
Tue, 23 May 2017 18:39:08 +0000 (18:39 +0000)
committerYuka Takahashi <yukatkh@gmail.com>
Tue, 23 May 2017 18:39:08 +0000 (18:39 +0000)
commitd7b775c00f12fbd46aa0680c744be13459300b9f
tree7546e688932fb468f836668942b6e77f05254994
parent0cb0ba28983d349395d2d38bdedcd9129ce556c4
[GSoC] Shell autocompletion for clang

Summary:
This is a first patch for GSoC project, bash-completion for clang.
To use this on bash, please run `source clang/utils/bash-autocomplete.sh`.
bash-autocomplete.sh is code for bash-completion.

Simple flag completion and path completion is available in this patch.

Reviewers: teemperor, v.g.vassilev, ruiu, Bigcheese, efriedma

Subscribers: llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@303670 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
include/clang/Driver/Options.td
lib/Driver/Driver.cpp
test/Driver/autocomplete.c [new file with mode: 0644]
utils/bash-autocomplete.sh [new file with mode: 0644]