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.
2 parents f25e92f + c7e52ca commit 49dbf15Copy full SHA for 49dbf15
lib/IRGen/IRGenDebugInfo.cpp
@@ -128,7 +128,7 @@ class IRGenDebugInfoImpl : public IRGenDebugInfo {
128
uint16_t Column = 0;
129
llvm::DIFile *File = nullptr;
130
StringRef getFilename() const { return File ? File->getFilename() : ""; }
131
- bool operator==(const FileAndLocation &other) {
+ bool operator==(const FileAndLocation &other) const {
132
return Line == other.Line && Column == other.Column && File == other.File;
133
}
134
};
0 commit comments