[PATCH] D17627: Fix false positives for for-loop-analysis warning
John McCall via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 9 11:19:16 PST 2016
rjmccall added a comment.
The right fix is probably at the PseudoObjectExpr level; you should probably be looking at the semantic expressions instead of the syntactic.
http://reviews.llvm.org/D17627
More information about the cfe-commits
mailing list