Remove another questionable use of hasTrivial*. The relevant thing for this
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 14 Nov 2012 00:50:40 +0000 (00:50 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 14 Nov 2012 00:50:40 +0000 (00:50 +0000)
commit41ae3288fd4252f753e702e7cc10a5f3c4617138
tree1f184cd32d338324caaf57aba3cc134395e2e047
parentea0a39e7ad3ca90a13ed22826e1f5e9edbd40659
Remove another questionable use of hasTrivial*. The relevant thing for this
test was whether the /selected/ operator= was trivial, not whether the class
had any trivial (or any non-trivial) operator=s.

llvm-svn: 167897
clang/include/clang/AST/Type.h
clang/lib/AST/Type.cpp
clang/lib/Sema/SemaDeclCXX.cpp
clang/test/CodeGenCXX/assign-operator.cpp