Tweak -Wuninitialized's handling of 'int x = x' to report that as the root...
Tweak -Wuninitialized's handling of 'int x = x' to report that as the root cause of an uninitialized variable IFF there are other uses of that uninitialized variable. Fixes <rdar://problem/9259237>. llvm-svn: 141881
Loading
Please register or sign in to comment