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

Dmitri Gribenko gribozavr at gmail.com
Mon Aug 27 14:17:19 PDT 2012


On Mon, Aug 27, 2012 at 2:15 PM, Chad Rosier <mcrosier at apple.com> wrote:
>
> 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.

Thank you!

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