[PATCH] D66054: [CrossTU] Fix problem with CrossTU AST load limit and progress messages.

2019-08-12 Thread Balázs Kéri via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL368545: [CrossTU] Fix problem with CrossTU AST load limit and progress messages. (authored by balazske, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Changed prior

[PATCH] D66054: [CrossTU] Fix problem with CrossTU AST load limit and progress messages.

2019-08-10 Thread Balázs Kéri via Phabricator via cfe-commits
balazske updated this revision to Diff 214532. balazske added a comment. - [CrossTU] Fix problem with CrossTU AST load limit and progress messages. - Reformat. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D66054/new/ https://reviews.llvm.org/D66054

[PATCH] D66054: [CrossTU] Fix problem with CrossTU AST load limit and progress messages.

2019-08-10 Thread Gabor Marton via Phabricator via cfe-commits
martong accepted this revision. martong added a reviewer: gamesh411. martong added a comment. This revision is now accepted and ready to land. LGTM! Thank you. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D66054/new/ https://reviews.llvm.org/D66054

[PATCH] D66054: [CrossTU] Fix problem with CrossTU AST load limit and progress messages.

2019-08-10 Thread Balázs Kéri via Phabricator via cfe-commits
balazske created this revision. Herald added subscribers: cfe-commits, gamesh411, Szelethus, dkrupp. Herald added a reviewer: martong. Herald added a project: clang. 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 plac