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

@ -12,6 +12,8 @@
namespace cppast
{
enum class cpp_entity_kind;
class cpp_entity_index;
struct cpp_entity_id;
/// The base class for all entities in the C++ AST.
class cpp_entity : detail::intrusive_list_node<cpp_entity>