]> granicus.if.org Git - clang/commit
Function types are compatible (in the C sense) if their regparms are identical.
authorJohn McCall <rjmccall@apple.com>
Wed, 15 Dec 2010 01:06:38 +0000 (01:06 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 15 Dec 2010 01:06:38 +0000 (01:06 +0000)
commit8cc246c9a68c783a5b90d2e8b8927521cb3a49b7
tree1b08c82a27868a8a308459f7d23eab683d8abd00
parent723df245307a530da5433dfb43accf187dc3e243
Function types are compatible (in the C sense) if their regparms are identical.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121821 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTContext.cpp