зеркало из https://github.com/microsoft/clang-1.git
Remove leftover const.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166996 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
eafaad279f
Коммит
942fbddccc
|
@ -467,7 +467,7 @@ public:
|
|||
|
||||
const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; }
|
||||
|
||||
const StringRef getOriginalSourceFileName() {
|
||||
StringRef getOriginalSourceFileName() {
|
||||
return OriginalSourceFile;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче