"clang/test/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "d7354bb3542448c0bcd34dab25c59bc3bdf3aa1b"
-
Ted Kremenek authored
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
bb7818b6
Loading