aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/SourceManager.h
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-01-06 05:11:04 +0000
committerDouglas Gregor <dgregor@apple.com>2009-01-06 05:11:04 +0000
commitea14609c806d22d9eb876a029deed9bc3de4aacd (patch)
treef7a2f35e5898bfd96997f349856b88b46daca680 /include/clang/Basic/SourceManager.h
parent1a49af9681c350fef58e677f85ccb9a77e8e9d0a (diff)
Oops. Un-publicify SrcMgr::ContentCache::Buffer.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61790 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/SourceManager.h')
-rw-r--r--include/clang/Basic/SourceManager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/Basic/SourceManager.h b/include/clang/Basic/SourceManager.h
index 5185aa1655..175c40488c 100644
--- a/include/clang/Basic/SourceManager.h
+++ b/include/clang/Basic/SourceManager.h
@@ -49,7 +49,6 @@ namespace SrcMgr {
/// 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;