We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe79a7 commit cdbf243Copy full SHA for cdbf243
clang/lib/Frontend/CompilerInvocation.cpp
@@ -5322,6 +5322,7 @@ void CompilerInvocationBase::visitPathsImpl(
5322
5323
RETURN_IF(Input.File);
5324
}
5325
+ // TODO: Also report output files such as FrontendOpts.OutputFile;
5326
RETURN_IF(FrontendOpts.CodeCompletionAt.FileName);
5327
RETURN_IF_MANY(FrontendOpts.ModuleMapFiles);
5328
RETURN_IF_MANY(FrontendOpts.ModuleFiles);
0 commit comments