The unit tests in this patch demonstrate the need to traverse template
parameter lists of DeclaratorDecls (e.g. VarDecls, CXXMethodDecls) and
TagDecls (e.g. EnumDecls, RecordDecls).
Fixes PR29042.
Differential D24268
Traversing template paramter lists of DeclaratorDecls and/or TagDecls. lukasza on Sep 6 2016, 10:27 AM. Authored by
Details
The unit tests in this patch demonstrate the need to traverse template Fixes PR29042.
Diff Detail Event Timeline
Comment Actions Addressing CR feedbackfrom rsmith@.
Comment Actions This patch looks great, thank you! Do you have an SVN account or do you need someone to commit this for you?
|
What's the purpose of the enable_if here?