diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-04-02 23:40:00 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-04-02 23:40:00 +0000 |
commit | 3050ed44aea059f1bb48d05b6dd64478bd8ed0aa (patch) | |
tree | 7a28644f67718fde8e604eea65dd2c0af15116b5 /lib/Basic/SourceManager.cpp | |
parent | efc620c4eb14d2ff59e3ec0714602997ffeddfd7 (diff) | |
download | clang-3050ed44aea059f1bb48d05b6dd64478bd8ed0aa.tar.gz |
Resynchronize Decl/VarDecl serialization code with the structures
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68346 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Basic/SourceManager.cpp')
-rw-r--r-- | lib/Basic/SourceManager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Basic/SourceManager.cpp b/lib/Basic/SourceManager.cpp index bb20067d7a..2c667811a1 100644 --- a/lib/Basic/SourceManager.cpp +++ b/lib/Basic/SourceManager.cpp @@ -1071,11 +1071,11 @@ SourceManager::CreateAndRegister(llvm::Deserializer &D, FileManager &FMgr) { ContentCache::ReadToSourceManager(D,*M,&FMgr,Buf); }*/ - { // Read: MemBufferInfos. + /*{ // FIXME Read: MemBufferInfos. llvm::Deserializer::Location BLoc = D.getCurrentBlockLocation(); while (!D.FinishedBlock(BLoc)) ContentCache::ReadToSourceManager(D,*M,NULL,Buf); - } + }*/ // FIXME: Read SLocEntryTable. |