[PATCH] D36067: [analyzer] Create infrastructure for organizing and declaring analyzer configs.

Anna Zaks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 1 14:31:54 PDT 2017


zaks.anna added a comment.

>>   I tried to keep this as a minimal starting example because this currently blocks @yamaguchi 's GSoC project for bash completion. There we want to complete the values for -analyzer-config and we currently don't have a good way to get a complete list of available configs from the driver :).

It is not clear that we want to make the analyzer options user visible. These often used for staging purposes, where we develop a feature or a set of heuristics behind a flag. We do not support changing a lot of these options.


https://reviews.llvm.org/D36067





More information about the cfe-commits mailing list