[PATCH] D28765: CStringChecker can crash when uninitialized checks are disabled

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 17 23:54:33 PST 2017


xazax.hun added a comment.

It is not supported to run the analyzer with some of the core checkers turned off. Maybe we should change the behavior such that turning off core checkers turn off the warnings from those checkers but not the checkers themselves?


https://reviews.llvm.org/D28765





More information about the cfe-commits mailing list