Add cpp_variable

This commit is contained in:
Jonathan Müller 2017-01-22 13:06:18 +01:00
commit 664b5a6d4e
5 changed files with 89 additions and 0 deletions

View file

@ -24,6 +24,8 @@ namespace cppast
enum_t,
enum_value_t,
variable_t,
count,
};