| commit | b0498eebc21d152af34ed0acda730a5c74f962a7 | [log] [tgz] |
|---|---|---|
| author | Steve Naroff <snaroff@apple.com> | Tue Dec 09 19:36:17 2008 +0000 |
| committer | Steve Naroff <snaroff@apple.com> | Tue Dec 09 19:36:17 2008 +0000 |
| tree | 78b95e95813a797f17db56e5ae681e7be11a5549 | |
| parent | b6fc4b8d9209868060bed65f890e84d23297bb83 [diff] |
Sema::ActOnMethodDeclaration(): Make sure we perform the default function/array conversion for parameter types. This fixes <rdar://problem/6424064> checker on xcode: (possible bad AST) can the type of a method parameter really have "isFunctionType() == true"? and http://llvm.org/bugs/show_bug.cgi?id=2997. llvm-svn: 60781