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

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 10 06:02:05 PDT 2019


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 place the message about
a loaded AST is displayed.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D66054

Files:
  clang/include/clang/CrossTU/CrossTranslationUnit.h
  clang/lib/CrossTU/CrossTranslationUnit.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66054.214526.patch
Type: text/x-patch
Size: 8895 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190810/a61ec634/attachment-0001.bin>


More information about the cfe-commits mailing list