Fixes a problem when we have multiple inclusion cycles and try to
enumerate all possible ways to reach the max inclusion depth.
rdar://problem/38871876
Differential D48786
[Preprocessor] Stop entering included files after hitting a fatal error. vsapsai on Jun 29 2018, 12:13 PM. Authored by
Details
Fixes a problem when we have multiple inclusion cycles and try to rdar://problem/38871876
Diff Detail
Event Timeline
Comment Actions LGTM with just a nit about comment wording. Thanks for the patch!
Comment Actions Thanks for working on this. LGTM with improvements in the comments as mentioned by @jkorous
Comment Actions
Undiscussed changes: we don't stop preprocessing entirely, only in included |
I am not sure I understand this - does that mean that we are not displaying diagnostics that were produced before "now"?