[modules] Store offset to LOCAL_REDECLARATIONS record relative to the current
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 24 Mar 2016 23:41:14 +0000 (23:41 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 24 Mar 2016 23:41:14 +0000 (23:41 +0000)
commitd07268c52832948e7d8cd61b53312aa0e14e93f8
treef4c892244c259a08abd0ccb3cf003371cece7501
parent9dd8c146746a0435115a461bd19d9aede965800c
[modules] Store offset to LOCAL_REDECLARATIONS record relative to the current
record rather than relative to the start of the bitcode file. Saves a couple of
bytes per LOCAL_REDECLARATIONS record (also makes diffs of llvm-bcanalyzer
output more useful when tracking down nondeterminism...).

llvm-svn: 264359
clang/lib/Serialization/ASTReaderDecl.cpp
clang/lib/Serialization/ASTWriterDecl.cpp