Add tests for cpp_macro_definition parsing

This commit is contained in:
Jonathan Müller 2017-02-12 22:11:25 +01:00
commit 58cc481318
5 changed files with 127 additions and 1 deletions

View file

@ -16,6 +16,8 @@ namespace cppast
class cpp_macro_definition final : public cpp_entity
{
public:
static cpp_entity_kind kind() noexcept;
/// \returns A newly built macro definition.
/// \notes It is not meant to be registered in the [cppast::cpp_entity_index](),
/// as no other [cppast::cpp_entity]() can refer to it.