Commit 82819b8
committed
Drop
Removing this distinction between `ParsedOpen` and `Parsed` will help us
get rid of the clang patch:
`Accessor to "is file opened"; this is crucial info for us.`
This is only used in cling-tests and in `TCling::IsLoaded`, but the
latter doesn't care about the distinction between `ParsedOpen` and `Parsed`
After running all the clingtests, this codepath was also never taken in
any of those tests.isOpen() check in ClangInternalState
1 parent e9d5c9d commit 82819b8
File tree
3 files changed
+3
-13
lines changed- interpreter
- cling/lib/Interpreter
- llvm-project
- clang/include/clang/Basic
3 files changed
+3
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
| 276 | + | |
285 | 277 | | |
286 | 278 | | |
287 | 279 | | |
| |||
294 | 286 | | |
295 | 287 | | |
296 | 288 | | |
297 | | - | |
298 | 289 | | |
299 | 290 | | |
300 | 291 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
331 | 330 | | |
332 | 331 | | |
333 | 332 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments