]> granicus.if.org Git - clang/commit
Improve diagnostics for malformed constructor declarations (where lookup for
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 3 Mar 2014 21:12:53 +0000 (21:12 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 3 Mar 2014 21:12:53 +0000 (21:12 +0000)
commit134c68d00270c8762bd463dcd1f007a4c02e7abf
treece259f046e88f442c544e91335394d0e6bc10324
parent5b0fc5587a43fda12713014440e94aa875c1abae
Improve diagnostics for malformed constructor declarations (where lookup for
the type of the first parameter fails, and it is the only, unnamed, parameter).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202759 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/ParseDecl.cpp
test/Parser/cxx-class.cpp