]> granicus.if.org Git - clang/commitdiff
Updated a comment to hopefully silence a Lattner warning.
authorTed Kremenek <kremenek@apple.com>
Wed, 31 Oct 2007 17:53:38 +0000 (17:53 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 31 Oct 2007 17:53:38 +0000 (17:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43562 91177308-0d34-0410-b5e6-96231b3b80d8

Basic/SourceManager.cpp

index 5c960a7d1562485890125a645a3d3239191c7f20..0482d4c705bbd6175f7814650e7da2f82fc82706 100644 (file)
@@ -116,8 +116,8 @@ const ContentCache* SourceManager::getContentCache(const FileEntry *FileEnt) {
 }
 
 
-/// 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