kadircet requested changes to this revision.
kadircet added inline comments.
This revision now requires changes to proceed.


================
Comment at: clang-tools-extra/clangd/ParsedAST.cpp:572
+      // case where a header file contains ObjC decls but no #imports.
+      Symbol::IncludeDirective Directive = preferredIncludeDirective(
+          Filename, Clang->getLangOpts(), MainFileIncludes, {});
----------------
as discussed offline can you guard this with the `import-insertion` flag as 
well? we should pass it through ParseOptions.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139458/new/

https://reviews.llvm.org/D139458

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to