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 81bc18e commit 7118400Copy full SHA for 7118400
clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
@@ -71,7 +71,7 @@ StringRef getMainFileName(const CompilerInvocation &Invocation) {
71
return Input.isFile() ? Input.getFile()
72
: Input.getBuffer().getBufferIdentifier();
73
}
74
- return {};
+ return "<no input>";
75
76
77
class AnalysisConsumer : public AnalysisASTConsumer,
0 commit comments