mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-02 01:47:06 +00:00
add a missing const qualifier for consistency.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126742 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
88cd0aadb2
commit
32e20a45e5
@ -171,7 +171,7 @@ public:
|
||||
|
||||
const SourceMgr *getSourceMgr() const { return SM; }
|
||||
SMLoc getLoc() const { return Loc; }
|
||||
const std::string &getFilename() { return Filename; }
|
||||
const std::string &getFilename() const { return Filename; }
|
||||
int getLineNo() const { return LineNo; }
|
||||
int getColumnNo() const { return ColumnNo; }
|
||||
const std::string &getMessage() const { return Message; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user