Improve parsing of base-clauses in S_define

A base-clause is the stuff in an inheritance list after the colon in a
class declaration.
https://en.cppreference.com/w/cpp/language/derived_class

Closes #723
Closes #733
This commit is contained in:
dbankieris
2019-05-08 08:41:50 -05:00
committed by GitHub
parent 3364cd3836
commit ef1d105bfb
6 changed files with 266 additions and 8 deletions

View File

@ -0,0 +1 @@
void foo() {};