Consistently use 'needsImplicit<special member>' to determine whether we need
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 1 Dec 2012 02:35:44 +0000 (02:35 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 1 Dec 2012 02:35:44 +0000 (02:35 +0000)
commit2be35f5fbb37ccea8d209cf39c8b04d09cb9c1c0
treeada89fc6b16c8e68f7613fd27cfcc8c68b4d9f00
parent7fe8a4032a6cf35c19feb024a0e17ec96d88800a
Consistently use 'needsImplicit<special member>' to determine whether we need
an implicit special member, rather than sometimes using '!hasDeclared<special
member>'. No functionality change.

llvm-svn: 169075
clang/include/clang/AST/DeclCXX.h
clang/lib/Sema/SemaDeclCXX.cpp
clang/lib/Sema/SemaInit.cpp
clang/lib/Sema/SemaLookup.cpp