Could someone install this for me?
On 04/09/2014 05:27 PM, Marc Glisse wrote:
The doc for the "format" attribute says clearly:
"Since non-static C++ methods have an implicit this argument, the
arguments of such methods should be counted from two, not one, when
giving values for string-index and first-to-check."
Ah. That seems
On Wed, 9 Apr 2014, Jason Merrill wrote:
Hmm, I would expect the parameter numbering for attribute nonnull and such to
ignore the 'this' parameter.
The doc for the "format" attribute says clearly:
"Since non-static C++ methods have an implicit this argument, the
arguments of such methods sho
Hmm, I would expect the parameter numbering for attribute nonnull and
such to ignore the 'this' parameter.
Jason
Hello,
This patch fixes fixes an erroneous -Wnonnull warning when calling a
constructor declared with __attribute__ ((nonnull (1))). The issue is
that a NULL pointer is used as the placeholder object for the "this"
parameter of the constructor method call until a target object is
determined and s