[cfe-commits] [Request for approval] Allow clang library applications to get specializations

Abramo Bagnara abramo.bagnara at gmail.com
Tue Jul 27 02:41:58 PDT 2010


The following patch restores the "public" access specifier for method
getSpecializations() of FunctionTemplateDecl as well as methods
getSpecializations() and getPartialSpecializations() of ClassTemplateDecl.

They were recently downgraded to "protected", but it seems that clients
such as our application have no other way to query the set of all
specializations of a given template.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: public-specializations.patch
Type: text/x-patch
Size: 3076 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100727/dafab6b8/attachment.bin>


More information about the cfe-commits mailing list