[cfe-commits] [PATCH] Driver: fix name for 'security' analyzer-checker

nobled nobled at dreamwidth.org
Sun Dec 18 03:44:50 PST 2011


This prevents an error exposed by the PluginASTAction refactor:
"no analyzer checkers are associated with 'security'" (it's actually
"experimental.security"). Apparently that checker wasn't actually
being enabled by default because of this.

This does point out a problem with the current setup: Further down
in this function, the driver adds "-w" to suppress warnings,
which shuts up compiler warnings as intended, but *also* shuts up
analyzer-specific warning diagnostics like the above. Not sure
how to fix that problem.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006-Driver-fix-name-for-security-analyzer-checker.patch
Type: text/x-patch
Size: 1494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20111218/acbefd2a/attachment.bin>


More information about the cfe-commits mailing list