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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D66054
[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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 10 2019, 6:24 AM Closed by commit rL368545: [CrossTU] Fix problem with CrossTU AST load limit and progress messages. (authored by balazske). · Explain WhyAug 12 2019, 12:14 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 214581 cfe/trunk/include/clang/CrossTU/CrossTranslationUnit.h
cfe/trunk/lib/CrossTU/CrossTranslationUnit.cpp
|