Modify the self-reference visitor to mark pass-by-reference to function calls as uninitialized use.  This will warn on code such as:<div><div><br></div><div>const string Foo = "prefix" + Foo + "suffix";</div>
</div>