[cfe-commits] r61790 - /cfe/trunk/include/clang/Basic/SourceManager.h
Douglas Gregor
dgregor at apple.com
Mon Jan 5 21:11:04 PST 2009
Author: dgregor
Date: Mon Jan 5 23:11:04 2009
New Revision: 61790
URL: http://llvm.org/viewvc/llvm-project?rev=61790&view=rev
Log:
Oops. Un-publicify SrcMgr::ContentCache::Buffer.
Modified:
cfe/trunk/include/clang/Basic/SourceManager.h
Modified: cfe/trunk/include/clang/Basic/SourceManager.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/SourceManager.h?rev=61790&r1=61789&r2=61790&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/SourceManager.h (original)
+++ cfe/trunk/include/clang/Basic/SourceManager.h Mon Jan 5 23:11:04 2009
@@ -49,7 +49,6 @@
/// ContentCache - Once instance of this struct is kept for every file
/// loaded or used. This object owns the MemoryBuffer object.
class ContentCache {
- public:
/// Buffer - The actual buffer containing the characters from the input
/// file. This is owned by the ContentCache object.
const llvm::MemoryBuffer* Buffer;
More information about the cfe-commits
mailing list