[cfe-commits] r43562 - /cfe/trunk/Basic/SourceManager.cpp
Ted Kremenek
kremenek at apple.com
Wed Oct 31 10:53:38 PDT 2007
Author: kremenek
Date: Wed Oct 31 12:53:38 2007
New Revision: 43562
URL: http://llvm.org/viewvc/llvm-project?rev=43562&view=rev
Log:
Updated a comment to hopefully silence a Lattner warning.
Modified:
cfe/trunk/Basic/SourceManager.cpp
Modified: cfe/trunk/Basic/SourceManager.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Basic/SourceManager.cpp?rev=43562&r1=43561&r2=43562&view=diff
==============================================================================
--- cfe/trunk/Basic/SourceManager.cpp (original)
+++ cfe/trunk/Basic/SourceManager.cpp Wed Oct 31 12:53:38 2007
@@ -116,8 +116,8 @@
}
-/// createMemBufferInfoRec - Create a new ContentCache for the specified memory
-/// buffer. This does no caching.
+/// createMemBufferContentCache - Create a new ContentCache for the specified
+/// memory buffer. This does no caching.
const ContentCache*
SourceManager::createMemBufferContentCache(const MemoryBuffer *Buffer) {
// Add a new ContentCache to the MemBufferInfos list and return it. We
More information about the cfe-commits
mailing list