On Fri, May 3, 2013 at 5:09 PM, Robert Wilhelm <[email protected]> wrote:
> Thanks for the review.
> Mutability is only needed in the ctor.
> I have attached new updated patch.
-Wdocumentation complains:
include/clang/Sema/Initialization.h:783:14: warning:
parameter 'NumArgs' not found in the function declaration
[-Wdocumentation]
/// \param NumArgs the number of arguments provided for initialization.
^~~~~~~
It is also possible to push ArrayRef'ization a bit to the beginning of
some functions to simplify code.
Committed r181022 with those cleanups.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits