[PATCH] D48027: [analyzer] Improve `CallDescription` to handle c++ method.

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 21 08:15:15 PDT 2018


xazax.hun accepted this revision.
xazax.hun added a comment.

Sorry for the delay, I think this is OK to commit.
As a possible improvement, I can imagine making it slightly stricter, e.g. you could only skip QualifiedNames for inline namespaces and the beginning. Maybe add support for staring with `""` or `::` to even disable skipping namespaces at the beginning?
But these are just nice to have features, I am perfectly ok with not having them or doing it in a followup patch.


https://reviews.llvm.org/D48027





More information about the cfe-commits mailing list