Last change
on this file since 36dfdac was
36dfdac,
checked in by Michael Brooks <mlbrooks@…>, 6 days ago
|
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.
|
-
Property mode set to
100644
|
File size:
392 bytes
|
Line | |
---|
1 | ====== Top-level declarations ====== |
---|
2 | test1 |
---|
3 | custom ctor |
---|
4 | test2 |
---|
5 | custom ctor |
---|
6 | custom dtor |
---|
7 | custom dtor |
---|
8 | test3 |
---|
9 | test4 |
---|
10 | custom ctor |
---|
11 | custom dtor |
---|
12 | test5 |
---|
13 | custom ctor |
---|
14 | custom dtor |
---|
15 | test6 |
---|
16 | custom ctor |
---|
17 | custom dtor |
---|
18 | ====== Function-nested declarations ====== |
---|
19 | test1 |
---|
20 | custom ctor |
---|
21 | test2 |
---|
22 | custom ctor |
---|
23 | custom dtor |
---|
24 | custom dtor |
---|
25 | test3 |
---|
26 | test4 |
---|
27 | custom ctor |
---|
28 | custom dtor |
---|
29 | test5 |
---|
30 | custom ctor |
---|
31 | custom dtor |
---|
32 | test6 |
---|
33 | custom ctor |
---|
34 | custom dtor |
---|
Note: See
TracBrowser
for help on using the repository browser.