Commit edb0b92
committed
Parser: Register all availability macro definition buffers before parsing
The availability macro definitions from the command line are copied into
source buffers for parsing. Let's register all of these buffers in one go,
before starting to parse any of them. Parsing triggers using `findBuffer`
services which sorts all buffers. The new logic should ensure this
sorting happens only once for availability macros.1 parent ff803c6 commit edb0b92
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2120 | 2120 | | |
2121 | 2121 | | |
2122 | 2122 | | |
| 2123 | + | |
| 2124 | + | |
| 2125 | + | |
2123 | 2126 | | |
| 2127 | + | |
| 2128 | + | |
| 2129 | + | |
| 2130 | + | |
2124 | 2131 | | |
| 2132 | + | |
| 2133 | + | |
2125 | 2134 | | |
2126 | | - | |
2127 | | - | |
2128 | 2135 | | |
2129 | 2136 | | |
2130 | 2137 | | |
| |||
0 commit comments