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

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -