| commit | 3087b2cf2ba1454b2aadee0cceefd5e2f71b50a8 | [log] [tgz] |
|---|---|---|
| author | Alexander Shaposhnikov <shal1t712@gmail.com> | Thu Sep 01 23:18:00 2016 +0000 |
| committer | Alexander Shaposhnikov <shal1t712@gmail.com> | Thu Sep 01 23:18:00 2016 +0000 |
| tree | 2f9b9d93e97da4f86757fae8f744c67928e49184 | |
| parent | bc4e5bba0e8895604bae24fd82fd454a9e61ff40 [diff] |
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 llvm-svn: 280426