Douglas Gregor wrote:
> ==============================================================================
> --- cfe/trunk/lib/AST/ASTContext.cpp (original)
> +++ cfe/trunk/lib/AST/ASTContext.cpp Fri Feb 12 11:17:28 2010
> @@ -4367,7 +4367,7 @@
>      if (allRTypes) return rhs;
>      return getFunctionType(retType, types.begin(), types.size(),
>                             lproto->isVariadic(), lproto->getTypeQuals(),
> -                           NoReturn, lcc);
> +                           false, false, 0, 0, NoReturn, lcc);
I can't believe I did not catch that when I was working on that area.
Default arguments strike again!

Chip

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to