How can I parse macros in C++ code, using CLANG as the parser and Python as the scripting language?

后端 未结 0 1647
予麋鹿
予麋鹿 2021-02-13 08:27

If I have the following macro in some C++ code:

_Foo(arg1, arg2)

I would like to use Python to find me all the instances and extents of that ma

相关标签:
回答
  • 消灭零回复
提交回复
热议问题