<div dir="ltr">Hello,<div><br></div><div>I'm doing some work on -Wuninitialized to make it detect the use of uninitialized fields within C++ constructor bodies.</div><div><br></div><div>When the CFGBuilder visits a CXXDefaultInitExpr, it won't visit its children because CXXDefaultInitExpr::children() returns an empty child_range.</div>

<div><br></div><div>Is there any reason for this (maybe related to the comment at line 1108 of CFG.cpp?), or is it safe to have it return a non-empty child_range?</div><div><br></div><div>Thanks,</div><div>Enrico</div></div>