]> granicus.if.org Git - clang/commit
[modules] Store the location of the lexical update record in a decl update as
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 14 Apr 2016 00:50:18 +0000 (00:50 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 14 Apr 2016 00:50:18 +0000 (00:50 +0000)
commit118bb87d406821cea6cd961286a114eac10262cc
tree343fbc591c0f1f4f7252cb8d83b7d9b1d6a269c1
parenta8b8cfa73d9152e59b49af53a9a243ac4d50aca8
[modules] Store the location of the lexical update record in a decl update as
an offset from the current record rather than as an absolute bit number. This
gives a minor .pcm file size reduction.

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