[cfe-commits] r166996 - /cfe/trunk/include/clang/Frontend/ASTUnit.h

Rafael Espindola rafael.espindola at gmail.com
Mon Oct 29 18:49:47 PDT 2012


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;
   }
 





More information about the cfe-commits mailing list