================
@@ -815,7 +704,7 @@ bool CompilerInstanceWithContext::computeDependencies(
// file. In this case, we call BeginSourceFile to initialize.
std::unique_ptr<FrontendAction> Action =
std::make_unique<PreprocessOnlyAction>();
- auto InputFile = CI.getFrontendOpts().Inputs.begin();
+ auto *InputFile = CI.getFrontendOpts().Inputs.begin();
----------------
jansvoboda11 wrote:
Might be better to do in a separate commit.
https://github.com/llvm/llvm-project/pull/169964
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits