[PATCH] D34770: [Bash-autocompletion] Auto complete cc1 options if -cc1 is specified

Raphael Isemann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 1 00:39:23 PDT 2017


teemperor added a comment.

> I'm not sure what you refer to by ` I just saw we actually have the completion code in the Driver`. We are already auto completing both cc1 options and driver options, right?

Woops, I misread the code there. Never mind!

> What about completing cc1 options only when -cc1 is passed or -Xclang is passed before current input?

That actually sounds like the best solution, let's go with that!


https://reviews.llvm.org/D34770





More information about the cfe-commits mailing list