This is an archive of the discontinued LLVM Phabricator instance.

[Bash-autocompletion] Invoke clang where user called
ClosedPublic

Authored by yamaguchi on Jun 28 2017, 9:23 AM.

Details

Summary

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

Repository
rL LLVM

Event Timeline

yamaguchi created this revision.Jun 28 2017, 9:23 AM
yamaguchi edited the summary of this revision. (Show Details)Jun 28 2017, 9:24 AM
yamaguchi edited the summary of this revision. (Show Details)
yamaguchi edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Jun 28 2017, 9:26 AM
ruiu accepted this revision.Jun 28 2017, 9:26 AM

LGTM

This revision was automatically updated to reflect the committed changes.