Author: rafael
Date: Mon Oct 29 20:49:46 2012
New Revision: 166996
URL: http://llvm.org/viewvc/llvm-project?rev=166996&view=rev
Log:
Remove leftover const.
Modified:
cfe/trunk/include/clang/Frontend/ASTUnit.h
Modified: cfe/trunk/include/clang/Frontend/ASTUnit.h
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/ASTUnit.h?rev=166996&r1=166995&r2=166996&view=diff
==============================================================================
--- cfe/trunk/include/clang/Frontend/ASTUnit.h (original)
+++ cfe/trunk/include/clang/Frontend/ASTUnit.h Mon Oct 29 20:49:46 2012
@@ -467,7 +467,7 @@
const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; }
- const StringRef getOriginalSourceFileName() {
+ StringRef getOriginalSourceFileName() {
return OriginalSourceFile;
}
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits