Add and parse cpp_friend
Only works in clang>=4.
This commit is contained in:
parent
9c46c96820
commit
c3d1d97892
18 changed files with 629 additions and 92 deletions
|
|
@ -44,6 +44,8 @@ namespace cppast
|
|||
constructor_t,
|
||||
destructor_t,
|
||||
|
||||
friend_t,
|
||||
|
||||
template_type_parameter_t,
|
||||
non_type_template_parameter_t,
|
||||
template_template_parameter_t,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue