This is an archive of the discontinued LLVM Phabricator instance.

[CrossTU] Fix problem with CrossTU AST load limit and progress messages.
ClosedPublic

Authored by balazske on Aug 10 2019, 5:59 AM.

Details

Summary

Number of loaded ASTs is to be incremented only if the AST was really loaded
but not if it was returned from cache. At the same place the message about
a loaded AST is displayed.

Diff Detail

Repository
rL LLVM

Event Timeline

balazske created this revision.Aug 10 2019, 5:59 AM
martong accepted this revision.Aug 10 2019, 6:24 AM
martong added a reviewer: gamesh411.

LGTM!
Thank you.

This revision is now accepted and ready to land.Aug 10 2019, 6:24 AM
balazske updated this revision to Diff 214532.Aug 10 2019, 8:18 AM
  • [CrossTU] Fix problem with CrossTU AST load limit and progress messages.
  • Reformat.
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 12 2019, 12:14 AM