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 .
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D34761
[Bash-autocompletion] Invoke clang where user called yamaguchi on Jun 28 2017, 9:23 AM. Authored by
Details 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 .
Diff Detail
|