[cfe-commits] r95986 - /cfe/trunk/lib/AST/ASTContext.cpp
Charles Davis
cdavis at mymail.mines.edu
Fri Feb 12 09:23:14 PST 2010
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
More information about the cfe-commits
mailing list