<div dir="ltr"><div dir="ltr">Hi,<div><br></div><div>test.c:</div><div>#include <stdio.h></div><div><br></div><div>void foo() {</div><div>    bool x;</div><div>}</div><div><br></div><div>When analyzing type "bool", I would like to emit fixit hint to top of the file, just before "#include <stdio.h>".</div><div><br></div><div>So my question is how to find the location of "root/top" AST node.</div><div><br></div><div>Thanks</div></div></div>