[cfe-commits] r85862 - /cfe/trunk/lib/Basic/SourceManager.cpp

Chris Lattner sabre at nondot.org
Mon Nov 2 21:11:41 PST 2009


Author: lattner
Date: Mon Nov  2 23:11:39 2009
New Revision: 85862

URL: http://llvm.org/viewvc/llvm-project?rev=85862&view=rev
Log:
pr5371 likely has nothing to do with this.

Modified:
    cfe/trunk/lib/Basic/SourceManager.cpp

Modified: cfe/trunk/lib/Basic/SourceManager.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Basic/SourceManager.cpp?rev=85862&r1=85861&r2=85862&view=diff

==============================================================================
--- cfe/trunk/lib/Basic/SourceManager.cpp (original)
+++ cfe/trunk/lib/Basic/SourceManager.cpp Mon Nov  2 23:11:39 2009
@@ -52,7 +52,6 @@
   if (!Buffer && Entry) {
     // FIXME: Should we support a way to not have to do this check over
     //   and over if we cannot open the file?
-    //   Yes, PR5371.
     Buffer = MemoryBuffer::getFile(Entry->getName(), 0, Entry->getSize());
     if (isTruncated())
       const_cast<ContentCache *>(this)->truncateAt(TruncateAtLine, 





More information about the cfe-commits mailing list