Commit 4c5bda2
committed
AST: Don't trigger source location deserialization in request evaluator
Deserializing a source location will compute the declaration's USR, which
might trigger another request cycle, etc.
Tentative fix for rdar://problem/80546848, but I don't have a test case.1 parent f636e9a commit 4c5bda2
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8517 | 8517 | | |
8518 | 8518 | | |
8519 | 8519 | | |
8520 | | - | |
| 8520 | + | |
8521 | 8521 | | |
8522 | 8522 | | |
8523 | 8523 | | |
| |||
0 commit comments