[PATCH] D64384: [WIP] Index-while-building
Jan Korous via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 27 15:04:20 PDT 2019
jkorous marked 3 inline comments as done.
jkorous added a comment.
I'll start splitting off some self-standing parts that won't be affected by hypothetical changes at the `FrontendAction`/`ASTConsumer` level.
================
Comment at: clang/include/clang/Index/IndexDataConsumer.h:64
+ return true;
+ }
----------------
gribozavr wrote:
> Changes to this file can be submitted as a separate patch.
Done in cfd641d84a5 [clang][Index][NFC] Move IndexDataConsumer default implementation
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64384/new/
https://reviews.llvm.org/D64384
More information about the llvm-commits
mailing list