[PATCH] D48027: [analyzer] Improve `CallDescription` to handle c++ method.
Henry Wong via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 11 19:13:50 PDT 2018
MTC added a comment.
In https://reviews.llvm.org/D48027#1128301, @xazax.hun wrote:
> Having C++ support would be awesome!
> Thanks for working on this!
>
> While I do agree matching is not trivial with qualified names, this problem is already solved with AST matchers.
>
> I wonder if using matchers or reusing the `HasNameMatcher` class would make this easier. That code path is already well tested and optimized.
Thank you for pointing out the direction, xazax.hun!
I will looking into the matchers and try to give a better solution.
Repository:
rC Clang
https://reviews.llvm.org/D48027
More information about the cfe-commits
mailing list