[cfe-dev] getSpecializationKind() vs getTemplateSpecializationKind()?
Yaron Keren via cfe-dev
cfe-dev at lists.llvm.org
Fri Jan 1 11:36:41 PST 2016
Some Decls use getSpecializationKind() while others
use getTemplateSpecializationKind() to get the TemplateSpecializationKind.
What do you think about renaming all to consistent name?
getTemplateSpecializationKind is consistent with other getters but longer
than getSpecializationKind leading to more lines breakage at 80 cols.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20160101/dfb4975c/attachment.html>
More information about the cfe-dev
mailing list