Hello. I'am developing an statement detector for c++ and I would like to detect if an statement is expanded from macro.
Can I detect in ast tree if an statement is expanded code from macro? Thanks.
Hello. I'am developing an statement detector for c++ and I would like to detect if an statement is expanded from macro.
Can I detect in ast tree if an statement is expanded code from macro? Thanks.