]> granicus.if.org Git - clang/commit
Fix some confusing diagnostic wording. s/implicit default/implicit/ if we're
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 13 Jun 2013 03:34:55 +0000 (03:34 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 13 Jun 2013 03:34:55 +0000 (03:34 +0000)
commit6698be8a6930730df5e61c941197e72682196187
tree9faf17528dd46fca4f1dec924bb9cca4cdcffc7a
parent36155c14b691720ee3e94bfe99886229650bbfb5
Fix some confusing diagnostic wording. s/implicit default/implicit/ if we're
not actually talking about a default constructor.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183885 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/clang/Basic/DiagnosticSemaKinds.td
test/CXX/class.access/p4.cpp
test/CXX/drs/dr0xx.cpp
test/SemaCXX/PR9572.cpp
test/SemaCXX/default-assignment-operator.cpp
test/SemaCXX/deprecated.cpp
test/SemaCXX/implicit-virtual-member-functions.cpp
test/SemaCXX/new-delete.cpp
test/SemaCXX/virtual-base-used.cpp
test/SemaCXX/virtual-member-functions-key-function.cpp
test/SemaObjCXX/ivar-construct.mm
test/SemaTemplate/virtual-member-functions.cpp