[cfe-commits] r162691 - in /cfe/trunk: include/clang/AST/Stmt.h include/clang/Basic/StmtNodes.td lib/AST/Stmt.cpp

Chad Rosier mcrosier at apple.com
Mon Aug 27 14:15:49 PDT 2012


On Aug 27, 2012, at 2:06 PM, Dmitri Gribenko wrote:

> On Mon, Aug 27, 2012 at 11:56 AM, Chad Rosier <mcrosier at apple.com> wrote:
>> +class AsmStmt : public Stmt {
>> +protected:
>> +  bool IsSimple;
>> +  bool IsVolatile;
> 
> Could you please add documentation comments for these members?

Sure;  committed r162699.

 Chad

> 
> 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 <gribozavr at gmail.com>*/




More information about the cfe-commits mailing list