forked from OSchip/llvm-project
Oops. Un-publicify SrcMgr::ContentCache::Buffer.
llvm-svn: 61790
This commit is contained in:
parent
c7acfdfe9a
commit
7db908614c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue