================
@@ -161,9 +157,8 @@ class IndexAction : public ASTFrontendAction {
   std::unique_ptr<ASTConsumer>
   CreateASTConsumer(CompilerInstance &CI, llvm::StringRef InFile) override {
     PI->record(CI.getPreprocessor());
-    if (IncludeGraphCallback != nullptr)
----------------
HighCommander4 wrote:

This is one part of the change I'm unsure about. `clangd-indexer` doesn't 
currently pass an `IncludeGraphCallback`, and so saves a bit of work here -- 
but that may be an oversight / missing feature in `clangd-indexer`?

https://github.com/llvm/llvm-project/pull/178132
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to