Remove excessive padding from PTHWriter
authorAlexander Shaposhnikov <shal1t712@gmail.com>
Tue, 13 Sep 2016 20:17:57 +0000 (20:17 +0000)
committerAlexander Shaposhnikov <shal1t712@gmail.com>
Tue, 13 Sep 2016 20:17:57 +0000 (20:17 +0000)
commit024bb4b136d73c7b9032e953da39c7536f7cda00
treeed6b4b503577e6366f0ebad3fc38e266ae5eb775
parent46b5e48fde4982b4532e9b81ed8ff9a825ac8f42
Remove excessive padding from PTHWriter

The class PTHWriter is in lib/Frontend/CacheTokens.cpp
inside the anonymous namespace.
This diff changes the order of fields an removes excessive padding.
Test plan: make -j8 check-clang

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

llvm-svn: 281385
clang/lib/Frontend/CacheTokens.cpp