]> granicus.if.org Git - clang/commit
Diagnose declarations of conversion functions with declarators other than '()'.
authorJohn McCall <rjmccall@apple.com>
Tue, 13 Apr 2010 00:04:31 +0000 (00:04 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 13 Apr 2010 00:04:31 +0000 (00:04 +0000)
commita3f8137d9f7cd1af7a6cbe736b9419f7eb99e86c
tree3538911a019548d669fa76c0f10ef3bf3a77d737
parent88aae9188a64fe6385c7057af068aaeb8fc96b8e
Diagnose declarations of conversion functions with declarators other than '()'.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101098 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDeclCXX.cpp
test/SemaCXX/conversion-function.cpp