c++ - Keeping invalid AST nodes -


i using llvm-clang lib-tooling parsing c++ code.

my question explained question asked on clang developer forum.

i followed every suggestion mentioned in answers still didn't succeed in achieving desired result. (keeping invalid ast nodes)

i able callback lookupunqualified in function confusing , beyond understanding. tried various approaches, creating dummy cxxrecorddecl, vardecl didn't work.

did had similar issue? requirement critical our project , stuck @ point.

thanks, hemant


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

c# - Update a combobox from a presenter (MVP) -

android - Unable to generate FCM token from dynamically instantiated Firebase -