]> granicus.if.org Git - clang/commit
PR13381: consider cv-qualifiers on a class member's type when determining which
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 18 Jul 2012 03:36:00 +0000 (03:36 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 18 Jul 2012 03:36:00 +0000 (03:36 +0000)
commit6a06e5ff3b680dcf7234d200309fd2400c478095
treeba30f5ba354dd0b0ce5c9d6f0eff9a4c5e323e74
parent500d729e85028944355a119f9823ac99fa5ddcab
PR13381: consider cv-qualifiers on a class member's type when determining which
constructor will be used for moving that object, in the computation of its
exception specification.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160417 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaLookup.cpp
test/CXX/except/except.spec/p14.cpp