[PATCH] D36782: [Bash-autocompletion] Add support for static analyzer flags

Yuka Takahashi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 16 20:01:21 PDT 2017


yamaguchi added a comment.

@ruiu 
I understand your concern. However by doing this (rather than building functions for each flag), we will be able to get all information in OptTable itself. It is true that this is quite fragile, but adding ValuesCode to new flag is not complicated, so I believe overall it's fine.


https://reviews.llvm.org/D36782





More information about the cfe-commits mailing list