[PATCH] D29839: [clang-tidy] New misc-istream-overflow check

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 11 01:40:10 PST 2017


xazax.hun added a comment.

Shouldn't this be a path sensitive check within the clang static analyzer instead? So branches are properly handled and interprocedural analysis is done.


https://reviews.llvm.org/D29839





More information about the cfe-commits mailing list