]> granicus.if.org Git - clang/commit
[GSoC] Flag value completion for clang
authorYuka Takahashi <yukatkh@gmail.com>
Tue, 20 Jun 2017 16:31:31 +0000 (16:31 +0000)
committerYuka Takahashi <yukatkh@gmail.com>
Tue, 20 Jun 2017 16:31:31 +0000 (16:31 +0000)
commitf5f37badaf42c9f95d12cedd7d097cf7673c8817
tree8d1c8d1f0c52f73629de53d764200feed587c2c0
parent026fbae01b0717526f23327002db117c3bc13525
[GSoC] Flag value completion for clang

This is 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.

In this patch, Options.td was mainly changed in order to add value class
in Options.inc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305805 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.h
include/clang/Driver/Options.td
lib/Driver/Driver.cpp
lib/Driver/DriverOptions.cpp
test/Driver/autocomplete.c
utils/bash-autocomplete.sh