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

前端 未结 0 1098
南方客
南方客 2021-02-15 01:39

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

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