]> granicus.if.org Git - clang/commit
Update error message text.
authorSerge Pavlov <sepavloff@gmail.com>
Sun, 18 Jan 2015 19:05:48 +0000 (19:05 +0000)
committerSerge Pavlov <sepavloff@gmail.com>
Sun, 18 Jan 2015 19:05:48 +0000 (19:05 +0000)
commit7468eda5201318a9e72da29f2bfb47e2d544464d
tree7903ef2e47811ed768e42085670236376810a0d1
parent817ee21333dffb3c77ef845aa1a9f8d1dc94a842
Update error message text.

Previously if an enumeration was used in a nested name specifier in pre-C++11
language dialect, error message was 'XXX is not a class, namespace, or scoped
enumeration'. This patch removes the word 'scoped' as in C++11 any enumeration
may be used in this context.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@226410 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp
test/CXX/expr/expr.prim/expr.prim.general/p8-0x.cpp
test/CXX/temp/temp.res/temp.local/p3.cpp
test/Parser/recovery.cpp
test/SemaCXX/constructor-initializer.cpp
test/SemaCXX/member-pointer.cpp
test/SemaCXX/nested-name-spec.cpp
test/SemaObjCXX/propert-dot-error.mm
test/SemaTemplate/instantiate-non-dependent-types.cpp