]> granicus.if.org Git - clang/commit
Make sure that we diagnose attribute((overloadable)) functions without
authorDouglas Gregor <dgregor@apple.com>
Fri, 6 Aug 2010 13:50:58 +0000 (13:50 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 6 Aug 2010 13:50:58 +0000 (13:50 +0000)
commitd945538a36642cb0f935b268acbc32a67fae85a6
tree7f3c14f2c048a1723e61deb18fac662802adde40
parent72283806e717442536eef55941fd573d4b552393
Make sure that we diagnose attribute((overloadable)) functions without
prototypes. Fixes PR7738.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110443 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/Sema/overloadable.c