Skip to content
Commit bb7818b6 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Enhance dead store checker to not flag preincrements to dead variables where...

Enhance dead store checker to not flag preincrements to dead variables where the preincrement is a subexpression, e.g. foo(++x);  This can cause false negatives, but will remove a whole class of false positives.

llvm-svn: 57554
parent e388725a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment