]> granicus.if.org Git - clang/commit
Merging r309112:
authorHans Wennborg <hans@hanshq.net>
Fri, 28 Jul 2017 21:25:21 +0000 (21:25 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 28 Jul 2017 21:25:21 +0000 (21:25 +0000)
commita2e91b76cde21cad4d160e3b078deda5b9b41af2
treeb0d10f68555ec67f962b55776c8319523388e017
parent5ca288a74db287f2b94e7723f74a224c8f20056a
Merging r309112:
------------------------------------------------------------------------
r309112 | yamaguchi | 2017-07-26 06:30:36 -0700 (Wed, 26 Jul 2017) | 7 lines

[Bash-completion] Fixed a bug that file doesn't autocompleted after =

Summary:
File path wasn't autocompleted after `-fmodule-cache-path=[tab]`, so
fixed this bug by checking if $flags contains only a newline or not.

Differential Revision: https://reviews.llvm.org/D35763
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_50@309435 91177308-0d34-0410-b5e6-96231b3b80d8
utils/bash-autocomplete.sh