================
@@ -149,6 +151,52 @@ std::shared_ptr<ModuleDepCollector> 
initializeScanInstanceDependencyCollector(
     DependencyActionController &Controller,
     PrebuiltModulesAttrsMap PrebuiltModulesASTMap,
     llvm::SmallVector<StringRef> &StableDirs);
+
+class CompilerInstanceWithContext {
----------------
qiongsiwu wrote:

Yes we need this in the header file. The reason is that we need to call the 
APIs in `DependencyScanningWorker.cpp`. This header is now no longer public so 
we are no longer exposing its APIs. 

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

Reply via email to