Add and parse cpp_friend

Only works in clang>=4.
This commit is contained in:
Jonathan Müller 2017-04-06 11:45:17 +02:00
commit c3d1d97892
18 changed files with 629 additions and 92 deletions

View file

@ -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,