Add cpp_type_alias

This commit is contained in:
Jonathan Müller 2017-01-22 12:44:21 +01:00
commit eedc029e66
10 changed files with 96 additions and 14 deletions

View file

@ -19,6 +19,8 @@ namespace cppast
using_directive_t,
using_declaration_t,
type_alias_t,
enum_t,
enum_value_t,