ruiu added inline comments.
================
Comment at: clang/utils/bash-autocomplete.sh:37
arg="$w1=,"
+ elif [[ ${cur:0:1} == '-' && ${cur: -1} == '=' ]]; then
+ # -foo=<tab>
----------------
I think you can do `"$cur" == -*=`.
https://reviews.llvm.org/D34927
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
