[cfe-commits] r142157 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td include/clang/Sema/Sema.h lib/Sema/SemaChecking.cpp lib/Sema/SemaType.cpp test/Sema/static-array.c

Peter Collingbourne peter at pcc.me.uk
Tue Oct 18 17:19:11 PDT 2011


On Mon, Oct 17, 2011 at 09:02:41AM -0700, Douglas Gregor wrote:
> Why is this implemented as a separate pass over the parameter/argument pairs? It should be implemented as part of Sema::GatherArgumentsForCall, when we're already inspecting the parameter and argument.

Done, r142465.

Thanks,
-- 
Peter



More information about the cfe-commits mailing list