Re: [google] Do not emit NULL warnings for implicit template args (issue4436067)

2011-04-30 Thread Diego Novillo
On Fri, Apr 29, 2011 at 11:49, Jason Merrill wrote: > OK. Thanks. Committed to trunk rev 173217.

Re: [google] Do not emit NULL warnings for implicit template args (issue4436067)

2011-04-29 Thread Jason Merrill
OK. Jason

[google] Do not emit NULL warnings for implicit template args (issue4436067)

2011-04-29 Thread Diego Novillo
This patch from Le-Chun Wu distinguishes explicit from implicit template arguments to avoid emitting NULL warnings for implicit arguments. Additionally, Le-Chun extended the pointer to boolean conversion warnings to also warn when assigning a boolean value to a pointer. Le-Chun, if I'm missing a