]> granicus.if.org Git - clang/commit
[modules] Remove redundant information written into DeclContext name lookup tables...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 30 Jul 2015 03:17:16 +0000 (03:17 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 30 Jul 2015 03:17:16 +0000 (03:17 +0000)
commit668358238cd4de05445521e9ba5d334dfbc4ad1c
treed17f806d036f16f5320e03b545281b35594c90d1
parentaaa5cad1c8a97f8958d1a837e8e9b20f12420a26
[modules] Remove redundant information written into DeclContext name lookup tables. We don't need to store the data length twice.

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