[PATCH] D27920: [find-all-symbols] Index partial template specializations.
Eric Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 21 04:56:42 PST 2016
ioeric added a comment.
I'm not quite convinced/sure if we want to match all partial specializations just for `std::function`. We filtered out template specialization because there could be multiple specializations for a template in different headers and it was not clear which one we would choose. And if we do index specializations, I don't see why we would want to filter out full specializations.
We might want to wait for Ben's opinion.
https://reviews.llvm.org/D27920
More information about the cfe-commits
mailing list