<div dir="ltr"><div class="gmail_extra">will do.  I'll initiate a review for the original change and a new one for the suggestions.</div><div class="gmail_extra"><br></div><div class="gmail_extra">The ExpectedFunctionGlobalVarMethodOrProperty diagnostic was essentially a copy-and-paste from here:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">def Alias : Attr {</div><div class="gmail_extra">  let Spellings = [GCC<"alias">];</div><div class="gmail_extra">  let Args = [StringArgument<"Aliasee">];</div><div class="gmail_extra">  let Subjects = SubjectList<[Function, GlobalVar], ErrorDiag,</div><div class="gmail_extra">                             "ExpectedFunctionGlobalVarMethodOrProperty">;</div><div class="gmail_extra">  let Documentation = [Undocumented];</div><div class="gmail_extra">}</div><div><br></div><div>I guess that one's wrong?  That'll teach me to look at existing code.</div></div></div>