[cfe-commits] small bugfix to lib/Sema/SemaDeclAttr.cpp

Caitlin Sadowski supertri at google.com
Tue Jun 28 15:23:40 PDT 2011


Here is a second refactoring patch, building on the 1 character patch
sent out previously, which refactors SemaDeclAttr to use a helper
method when checking if the number of args matches, if the expected
number is the same as the check.

Also, feel free to give code review comments:

http://codereview.appspot.com/4635075

Cheers,

Caitlin

On Mon, Jun 27, 2011 at 6:44 PM, Caitlin Sadowski <supertri at google.com> wrote:
> This bugfix corrects a suspected mismatch between the number of
> arguments expected and the number listed in the error message if less
> arguments are presented in HandleReqdWorkGroupSize.
>
> Cheers,
>
> Caitlin
>



More information about the cfe-commits mailing list