<div dir="ltr"><div>Hello <br></div><div>I am trying to build a static-analyzer for C/C++ programs using clang 3.9 libtool. My code crashes for some C++ programs, with the assertion error """ Assertion `Name.isIdentifier() && "Name is not a simple identifier"' failed """.<br></div><div>    It is caused by clang::FunctionDecl::getName function call which I am calling to get the name of the function declaration.<br><br></div><div>Can someone please help with possible reasons and potential fixes of this error? As far as I know this was some bug till 3.8 but has been fixed now. I have built clang 3.9 from sources.<br><br></div><div>Thanks<br></div><div>Abhishek Kumar<br></div></div>