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

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
parent 7e442569
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