]> granicus.if.org Git - clang/commit
[PCH] Fix serialization of an ImportDecl.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 3 Oct 2012 01:58:45 +0000 (01:58 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 3 Oct 2012 01:58:45 +0000 (01:58 +0000)
commitbebae7c4647ed671e37ca2edf9eeb160c181a8ac
treed2d8fea021731e07c1e362d9f90d490e9f1368a7
parentd64c26f6676eef69d1713f353ca8a3c2fe963f17
[PCH] Fix serialization of an ImportDecl.

ImportDecl's module ID was not written out and the reader accepted as module ID
the serialized:
  Record.push_back(!IdentifierLocs.empty());

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165087 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTWriterDecl.cpp