How can I find all member field read/writes using Clang?

前端 未结 0 2003
醉梦人生
醉梦人生 2021-02-15 01:41

Given a C++ source code, I want to find the class fields that every function writes and reads. What is the best way of doing this using the Clang frontend?

(I\'m not ask

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