[PATCH] D35109: [Analyzer] SValBuilder Comparison Rearrangement
Balogh, Ádám via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 8 05:48:58 PST 2018
baloghadamsoftware added a comment.
In https://reviews.llvm.org/D35109#969109, @NoQ wrote:
> 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`.
OK, I can do that. BUt how should I call it? The name should be something the user also understands, not referring to some internal stuff. Any ideas?
https://reviews.llvm.org/D35109
More information about the cfe-commits
mailing list