[cfe-dev] clang fails assertion given function with >256 parameters

John McCall rjmccall at apple.com
Wed Oct 5 13:01:24 PDT 2011


On Oct 5, 2011, at 12:36 PM, Ted Kremenek wrote:
> I believe there is an open bug on this, but I forget the PR #.
> 
> The solution is for Clang to handle this.  We could easily do it (for example) with a side-table for the cases where functions exceed 256 arguments, since that wouldn't be the common case.  That solution also avoids the memory bloat.

That seems fine to me.

John.



More information about the cfe-dev mailing list