Commit 28e0010
committed
[AST] Fix setting of
Turns out this constructor was never actually setting this bit.
`mangleTypeForDebugger` also sets this to `true`, so it doesn't seem
like this caused issues in practice, but let's actually set it. This
parameter seems like it could be removed at this point, but I'll
leave that for a follow-up.DWARFMangling in ASTMangler1 parent 401eafa commit 28e0010
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
0 commit comments