]> granicus.if.org Git - clang/commit
Teach __has_nothrow_assign not to complain about access (GCC and EDG
authorDouglas Gregor <dgregor@apple.com>
Wed, 12 Oct 2011 15:40:49 +0000 (15:40 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 12 Oct 2011 15:40:49 +0000 (15:40 +0000)
commitd41679d6881d2b424d8b3600fc774308087735a7
tree665044b3efd21040115039adf92cebf457c26276
parent55acb0d050b303289e552f241a9996df072ca700
Teach __has_nothrow_assign not to complain about access (GCC and EDG
ignore access entirely for it) and not to crash on assignment operator
templates. Fixes PR11110.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141777 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprCXX.cpp
test/SemaCXX/type-traits.cpp