[PATCH] D35109: [Analyzer] SValBuilder Comparison Rearrangement

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 5 18:12:31 PST 2018


NoQ added a comment.

In https://reviews.llvm.org/D35109#968314, @baloghadamsoftware wrote:

> But how to add a flag for this? Is it a flag enabled by the user or is it automatically enabled if the checker is enabled?


I guess it'd be an `-analyzer-config` flag. You can add it to the `AnalyzerOptions` object, which has access to these flags and can be accessed from `AnalysisManager`.


https://reviews.llvm.org/D35109





More information about the cfe-commits mailing list