[breaking] Turn macro parameters into propert entities

This commit is contained in:
Jonathan Müller 2018-06-20 09:54:16 +02:00
commit 56d4964b61
10 changed files with 194 additions and 31 deletions

View file

@ -14,6 +14,7 @@ namespace cppast
{
file_t,
macro_parameter_t,
macro_definition_t,
include_directive_t,