]> granicus.if.org Git - clang/commit
[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)
commitbcac03f0d8efb2ebdcc4315f42b26557099a0daf
tree28685009a97c30eb5f3439bca259b28dbff1a88b
parent95aa5d9d7afafcccc91be3224c376033e846f985
[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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@281995 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/CommentParser.cpp