This revision was automatically updated to reflect the committed changes.
Closed by commit rL306559: [Bash-autocompletion] Invoke clang where user called
(authored by yamaguchi).
Changed prior to commit:
https://reviews.llvm.org/D34761?vs=104438&id=104439#toc
Repository:
rL LLVM
https://rev
ruiu accepted this revision.
ruiu added a comment.
LGTM
https://reviews.llvm.org/D34761
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
v.g.vassilev accepted this revision.
v.g.vassilev added a comment.
This revision is now accepted and ready to land.
LGTM.
https://reviews.llvm.org/D34761
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/l
yamaguchi created this revision.
When user build clang and used completion Eg. `build/bin/clang
-fno[tab]`, we want to invoke `build/bin/clang --autocomplete=-fno`,
rather than `clang --autocomplete=-fno`.
https://reviews.llvm.org/D34761
Files:
clang/utils/bash-autocomplete.sh
Index: cla