]> granicus.if.org Git - clang/commit
Fix bz1950. ASTContext::functionTypesAreCompatible() needs to operate on the unqualif...
authorSteve Naroff <snaroff@apple.com>
Tue, 29 Jan 2008 00:15:50 +0000 (00:15 +0000)
committerSteve Naroff <snaroff@apple.com>
Tue, 29 Jan 2008 00:15:50 +0000 (00:15 +0000)
commitba03eda1599dd89da935a2b46da10659afe46add
tree7f895c0dabd30fb59e5816fd064b8b3e1b176849
parent403c181133bb3774b39f10b566433fd8bbe5ec54
Fix bz1950. ASTContext::functionTypesAreCompatible() needs to operate on the unqualified parameter types (per C99 6.7.5.3p15).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46472 91177308-0d34-0410-b5e6-96231b3b80d8
AST/ASTContext.cpp
test/Sema/function.c