]> granicus.if.org Git - clang/commit
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)
commit8c88953ff0cebd861643ab92309aba71d23c306b
tree325984252cef025efa030af771233da6a14a977b
parentb8a8de316dade43fff95d7bfd2cfaa367f53faea
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167897 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Type.h
lib/AST/Type.cpp
lib/Sema/SemaDeclCXX.cpp
test/CodeGenCXX/assign-operator.cpp