[PATCH] D57860: [analyzer] Validate checker option names and values

Devin Coughlin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 17 20:29:38 PDT 2019


dcoughlin requested changes to this revision.
dcoughlin added a comment.
This revision now requires changes to proceed.

I think it would be better if the default for compatibility mode were 'true'. That way this change will be backwards compatible and clients who want to enforce stricter checking could enable it. Setting compatibility mode to be true in the driver is not sufficient since many build systems call the frontend directly.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57860/new/

https://reviews.llvm.org/D57860





More information about the cfe-commits mailing list