]> granicus.if.org Git - clang/commit
Improve the diagnostic you get when making a qualified member access
authorJohn McCall <rjmccall@apple.com>
Tue, 27 Apr 2010 01:43:38 +0000 (01:43 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 27 Apr 2010 01:43:38 +0000 (01:43 +0000)
commit110acc1ae8d978f9b423394eaf0cace61b1339f0
treefacfaa861551196767b6c53d9a19ca64a0939b68
parent31f17ecbef57b5679c017c375db330546b7b5145
Improve the diagnostic you get when making a qualified member access
with a qualifier referencing a different type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102409 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExpr.cpp
test/SemaCXX/qual-id-test.cpp
test/SemaTemplate/instantiate-member-expr.cpp