]> granicus.if.org Git - clang/commit
Add note to help explain why a tag such as 'struct' is needed to refer
authorKaelyn Uhrain <rikka@google.com>
Thu, 26 Apr 2012 23:36:17 +0000 (23:36 +0000)
committerKaelyn Uhrain <rikka@google.com>
Thu, 26 Apr 2012 23:36:17 +0000 (23:36 +0000)
commitaec2ac67e7190bdb88abb1d427b82ae3284ea756
treed835e2740d0381136393c75b45ebb3c8fab28ce1
parent65a7c685b78c18dc158399d2cc688a611d5e2553
Add note to help explain why a tag such as 'struct' is needed to refer
to a given type, when the reason is that there is a non-type decl with
the same name.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155677 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticCommonKinds.td
lib/Parse/ParseDecl.cpp
lib/Sema/SemaDecl.cpp
test/FixIt/fixit.cpp
test/Parser/cxx-using-declaration.cpp