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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

java - How to implement an entity bound odata action in olingo v4.3 -