]> granicus.if.org Git - clang/commit
Removed SrcMgr::FileInfo and SrcMgr::InfoRec and replaced them with a
authorTed Kremenek <kremenek@apple.com>
Tue, 30 Oct 2007 21:08:08 +0000 (21:08 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 30 Oct 2007 21:08:08 +0000 (21:08 +0000)
commit78d85f53b093867bbb0123f016956178eea7343e
treeca525b5abae21674a1483d1a70eaab10d051b185
parent59092d0b934bc5c28996cec294ba1016798928b3
Removed SrcMgr::FileInfo and SrcMgr::InfoRec and replaced them with a
single class: ContentCache.  This simplifies the logic in
SourceManager and makes the ownership of MemoryBuffers clearer.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43518 91177308-0d34-0410-b5e6-96231b3b80d8
Basic/SourceManager.cpp
include/clang/Basic/SourceManager.h