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 0dc0aeb commit 5d7d8d6Copy full SHA for 5d7d8d6
llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
@@ -245,7 +245,7 @@ namespace {
245
// to the block.
246
class GCOVLines : public GCOVRecord {
247
public:
248
- const StringRef getFilename() { return Filename; }
+ StringRef getFilename() { return Filename; }
249
250
void addLine(uint32_t Line) {
251
assert(Line != 0 && "Line zero is not a valid real line number.");
0 commit comments