]> granicus.if.org Git - clang/commit
TDK_InconsistentQuals is really totally different from TDK_Inconsistent.
authorJohn McCall <rjmccall@apple.com>
Thu, 5 Aug 2010 09:05:08 +0000 (09:05 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 5 Aug 2010 09:05:08 +0000 (09:05 +0000)
commit57e97786433e70197a089360228d8f0d82e3ad4c
treec1b4935e0103c3ae93ec16724b6119346a00770b
parentf5072afdfd5c2a45fd2adf3659b0696bc8c57717
TDK_InconsistentQuals is really totally different from TDK_Inconsistent.
Rename it to TDK_Underqualified to avoid this sort of confusion and give it
its own diagnostic.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110318 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/Sema.h
lib/Sema/SemaOverload.cpp
lib/Sema/SemaTemplateDeduction.cpp
test/SemaTemplate/deduction.cpp