[PATCH] D53280: [analyzer] Emit an error for invalid -analyzer-config inputs
Kristóf Umann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 10 07:23:42 PST 2018
Szelethus added a comment.
I guess the solution would be to check whether there are any user supplied flags with "analyze" substring, and add the compatibility flag then. It is possible if not probable that a non-static-analyzer related flag with a name like that will eventually be added, but I guess we can live with it.
The deadline is around the creation of the 8.0.0. release branch, right?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53280/new/
https://reviews.llvm.org/D53280
More information about the cfe-commits
mailing list