]> granicus.if.org Git - clang/commit
Remove excessive padding from MismatchingNewDeleteDetector
authorAlexander Shaposhnikov <shal1t712@gmail.com>
Thu, 1 Sep 2016 23:18:00 +0000 (23:18 +0000)
committerAlexander Shaposhnikov <shal1t712@gmail.com>
Thu, 1 Sep 2016 23:18:00 +0000 (23:18 +0000)
commit13c2087816561fd474efed0615717bb8d8b87b77
tree88709a28b349723cf16034d663ef51e3a8ecb864
parent2771c6d0731c0bd7fff3a75332ddacfd9f127c32
Remove excessive padding from MismatchingNewDeleteDetector

The class MismatchingNewDeleteDetector is in
lib/Sema/SemaExprCXX.cpp inside the anonymous namespace.
This diff reorders the fields and removes the excessive padding.
Test plan: make -j8 check-clang

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@280426 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprCXX.cpp