This is an archive of the discontinued LLVM Phabricator instance.

Do not reset TUScope when we are in incremental processing mode.
ClosedPublic

Authored by v.g.vassilev on Oct 14 2016, 3:00 AM.

Details

Reviewers
rsmith
Summary

We are using this in the context of cling, where we keep the compiler instance alive after EOF.

The incremental processing part in clang was done mostly by me and this patch LGTM, but I'd like to go under a formal review procedure.

Diff Detail

Event Timeline

v.g.vassilev retitled this revision from to Do not reset TUScope when we are in incremental processing mode..
v.g.vassilev updated this object.
v.g.vassilev added a reviewer: rsmith.
v.g.vassilev added a subscriber: cfe-commits.
rsmith accepted this revision.Oct 14 2016, 3:39 PM
rsmith edited edge metadata.
This revision is now accepted and ready to land.Oct 14 2016, 3:39 PM
v.g.vassilev closed this revision.Oct 17 2016, 3:24 AM

Landed in r284372.