Ignore:
Timestamp:
Oct 18, 2022, 5:48:13 PM (21 months ago)
Author:
JiadaL <j82liang@…>
Branches:
ADT, ast-experimental, master
Children:
5408b59
Parents:
a55472cc
Message:

Supports inline enums

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Convert.cpp

    ra55472cc r1e30df7  
    16151615                        { old->get_funcSpec().val }
    16161616                );
     1617                decl->enumInLine = old->enumInLine;
    16171618                cache.emplace(old, decl);
    16181619                assert(cache.find( old ) != cache.end());
Note: See TracChangeset for help on using the changeset viewer.