]> granicus.if.org Git - clang/commit
Have __has_nothrow_copy use Sema's lookup routines. This fixes the problem with not...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Mon, 13 Sep 2010 21:10:20 +0000 (21:10 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Mon, 13 Sep 2010 21:10:20 +0000 (21:10 +0000)
commit5f4e8999aa30e2986e99fbfa4c43e61e99a18687
tree229cdb984971e16cc3d89d35bed3ebd8c55066a7
parent0dfd848fa4c9664852ba8c929a8bd3fce93ddca2
Have __has_nothrow_copy use Sema's lookup routines. This fixes the problem with not finding implicitly declared copy constructors, part of PR8107.

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