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