]> granicus.if.org Git - clang/commit
Fix -Wunused-private-field to fire regardless of which implicit special members have...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 1 Nov 2017 04:52:12 +0000 (04:52 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 1 Nov 2017 04:52:12 +0000 (04:52 +0000)
commit2276925224353681293a6a8ff6758a984d9c2e1c
treedade4e02dad72e3561fd4bc63c472956f6d4ede9
parent23966147d547ba36deb4726e5c09d680fedb8909
Fix -Wunused-private-field to fire regardless of which implicit special members have been implicitly declared.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317076 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.cpp
lib/Sema/SemaExprMember.cpp
test/SemaCXX/unused.cpp
test/SemaCXX/warn-unused-private-field.cpp