[PATCH] D48027: [analyzer] Improve `CallDescription` to handle c++ method.
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 11 08:09:29 PDT 2018
xazax.hun added a comment.
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.
Repository:
rC Clang
https://reviews.llvm.org/D48027
More information about the cfe-commits
mailing list