]> granicus.if.org Git - clang/commit
Remove excessive padding from ObjCCategoriesVisitor
authorAlexander Shaposhnikov <shal1t712@gmail.com>
Sat, 24 Sep 2016 02:07:19 +0000 (02:07 +0000)
committerAlexander Shaposhnikov <shal1t712@gmail.com>
Sat, 24 Sep 2016 02:07:19 +0000 (02:07 +0000)
commit25aede10c250d33aa6f97b87067bf58d54ca057f
tree084f3e65049f0653683b8f94a9be158149601e2a
parent8ae7a0237ab92a13eb8a18577e6a901ebe2b5d87
Remove excessive padding from ObjCCategoriesVisitor

This diff reorders the fields of ObjCCategoriesVisitor
to remove excessive padding.

Test plan: make -j8 check-clang

Differential revision: https://reviews.llvm.org/D24753

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