better handling of using directives

This commit is contained in:
Frank Schlimbach 2019-02-26 07:27:12 -06:00 committed by Olly Betts
commit 63452e9fc1
6 changed files with 100 additions and 3 deletions

View file

@ -549,6 +549,7 @@ CPP_TEST_CASES += \
using_directive_and_declaration_forward \
using_extend \
using_inherit \
using_member \
using_namespace \
using_namespace_loop \
using_pointers \