]> granicus.if.org Git - clang/commit
Fix a latent bug found by Ahmed Charles, where we were calling
authorDouglas Gregor <dgregor@apple.com>
Fri, 12 Feb 2010 17:17:28 +0000 (17:17 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 12 Feb 2010 17:17:28 +0000 (17:17 +0000)
commit1bf40248e3f0d743df77b5b44dbff72c235cbf20
treee9b25bc01263689294ead196c27ffd7ba8d2ff03
parent16b7312e60a560cb255ab560fddb4f906645adfc
Fix a latent bug found by Ahmed Charles, where we were calling
ASTContext::getFunctionType with the wrong set of arguments.

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