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 | 17bbaed164b67dc402b844e345821538c06e6f89 (patch) | |
tree | 6d901f394b93461cfcb0429ec84b1b03771fcb4a /clang/lib/Basic/SourceManager.cpp | |
parent | 6e4c284abef11974f4536950758f4b6a060f0c8c (diff) | |
download | bcm5719-llvm-17bbaed164b67dc402b844e345821538c06e6f89.tar.gz bcm5719-llvm-17bbaed164b67dc402b844e345821538c06e6f89.zip |
Resynchronize Decl/VarDecl serialization code with the structures
llvm-svn: 68346
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
-rw-r--r-- | clang/lib/Basic/SourceManager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Basic/SourceManager.cpp b/clang/lib/Basic/SourceManager.cpp index bb20067d7a1..2c667811a15 100644 --- a/clang/lib/Basic/SourceManager.cpp +++ b/clang/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. |