[cfe-dev] Adding parallel for loop construct to clang

jignesh vasoya jigneshvasoya at gmail.com
Thu Apr 7 14:16:31 PDT 2011


Hi,
I want clang to parse parallel_for loop construct.
this loop has similar syntax like for loop

parallel_for( init ; cond ; incr )
{
/*body*/
}

what are the file and structure i have to modify for parsing this kind of
loop
It will be similar like ForStmt class, how can I add ParallelForStmt class
into
existing clang framework
-- 
*------------------------------------------------------------*
*Jignesh Vasoya*
248-Pampa Hostel,
IIT Madras,
India.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110408/567bf706/attachment.html>


More information about the cfe-dev mailing list