[cleanup] Remove excessive padding from TextTokenRetokenizer::Position
authorAlexander Shaposhnikov <shal1t712@gmail.com>
Tue, 20 Sep 2016 18:32:48 +0000 (18:32 +0000)
committerAlexander Shaposhnikov <shal1t712@gmail.com>
Tue, 20 Sep 2016 18:32:48 +0000 (18:32 +0000)
commitc937026e7e4214a8511b6bd0920aeae0206c8fa4
tree828cf175757d225eea2137b5a3c76cb6b24f7ad7
parent12fa3b391100edc02ca49444a8d7cd13805c8815
[cleanup] Remove excessive padding from TextTokenRetokenizer::Position

Reorder the fields of the struct TextTokenRetokenizer::Position to remove excessive padding.
Test plan: make -j8 check-clang

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

llvm-svn: 281995
clang/lib/AST/CommentParser.cpp