Improve leak diagnostics to not report a leak on the same line where
the object was last used. This can be confusing to users. For example: // 'y' is leaked x = foo(y); instead: x = foo(y); // 'y' is leaked llvm-svn: 50661
Loading
Please register or sign in to comment