[PATCH] D35447: [Bash-autocompletion] Add support for -W<warning> and -Wno<warning>

Raphael Isemann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 15 02:25:43 PDT 2017


teemperor added a comment.

@yamaguchi yes, the reason why we have to treat the `-W...` flags specially should be documented (as they're not in the OptTable as you said). E.g. something like `// We have to query the -W flags manually as they're not in the OptTable.` and then maybe a `TODO: Find a good way to add them to OptTable instead and them remove this code.`.


https://reviews.llvm.org/D35447





More information about the cfe-commits mailing list