Skip to content
Commit 33bf3e75 authored by Chandler Carruth's avatar Chandler Carruth
Browse files

Diagnose uninitialized uses of a variable within its own initializer.

This is basically the same idea as the warning on uninitialized uses of
fields within an initializer list. As such, it is on by default and
under -Wuninitialized.

Original patch by Richard Trieu, with some massaging from me on the
wording and grouping of the diagnostics.

llvm-svn: 128376
parent 28ccef78
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