When in incremental processing mode, we should never set TUScope to a nullptr otherwise any future lookups fail. We already have similar checks in the rest of the code, but we never hit this one because so far we didn't try to generate a module from the AST that Cling generates.
Details
Details
- Reviewers
rsmith v.g.vassilev - Commits
- rG7d19bd06d1b9: Don't set TUScope to null when generating a module in incremental processing…
rC308333: Don't set TUScope to null when generating a module in incremental processing…
rL308333: Don't set TUScope to null when generating a module in incremental processing…
Diff Detail
Diff Detail