Add cpp_language_linkage

This commit is contained in:
Jonathan Müller 2017-01-22 13:17:00 +01:00
commit 160fa1fe64
5 changed files with 83 additions and 0 deletions

View file

@ -14,6 +14,8 @@ namespace cppast
{
file_t,
language_linkage_t,
namespace_t,
namespace_alias_t,
using_directive_t,