Ignore:
Timestamp:
Dec 11, 2024, 7:53:36 PM (7 days ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
bad15f7
Parents:
5d3d281
Message:

Enable partial autogen for types declared inside functions.

Done by giving pass cores finer grained error-recovery points, which causes Resolver's existing error-recovery logic to kick in for autogens within function bodies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/raii/.expect/partial.txt

    r5d3d281 r36dfdac  
     1====== Top-level declarations ======
    12test1
    23custom ctor
     
    1516custom ctor
    1617custom dtor
     18====== Function-nested declarations ======
     19test1
     20custom ctor
     21test2
     22custom ctor
     23custom dtor
     24custom dtor
     25test3
     26test4
     27custom ctor
     28custom dtor
     29test5
     30custom ctor
     31custom dtor
     32test6
     33custom ctor
     34custom dtor
Note: See TracChangeset for help on using the changeset viewer.