]> granicus.if.org Git - clang/commit
Fix a thinko in the qualification-conversion check when the qualificaitons are disjoi...
authorDouglas Gregor <dgregor@apple.com>
Wed, 22 Oct 2008 00:38:21 +0000 (00:38 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 22 Oct 2008 00:38:21 +0000 (00:38 +0000)
commit9b6e2d209cc2931a9bb2ae51e744a8698b54db73
tree4c0bbb55b03e830903ef190041c4fc635d5a0756
parentae8d467e75a4e72b19e1eca199bf93dfaab47acf
Fix a thinko in the qualification-conversion check when the qualificaitons are disjoint, and add some overloading-based tests of qualification conversions

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57942 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Type.h
lib/Sema/SemaOverload.cpp
test/SemaCXX/overload-call.cpp