Hi Alexey:<br /><br />do you have any idea about this issue?<br /><br /><span>On 12/01/14, <b class="name">Nikola Smiljanic </b> <popizdeh@gmail.com> wrote:</span><blockquote cite="mid:CAGq7tnNDSWE+JApfYcuB_XuwomR1s74oMu5mSJ0zVfsxAxLRaw@mail.gmail.com" class="iwcQuote" style="border-left: 1px solid #00F; padding-left: 13px; margin-left: 0;" type="cite"><div class="mimepart text html"><div dir="ltr">AFAIK OpenMP is still work in progress... Hope Alexey knows more about this.</div><div class="gmail_extra"><br /><div class="gmail_quote">On Tue, Dec 2, 2014 at 5:26 AM, Xiaohui Chen <span dir="ltr"><<a href="mailto:xchen422@uwo.ca">xchen422@uwo.ca</a>></span> wrote:<br /><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">hi<b> </b><span></span> Nikola:<br />i can not dump the openmp node, am i missing some options?<br />for example:<br /><br />int main()<br />{<br />int k=90, l=0;<br />#pragma omp parallel private(k, l)<br />{<br />        #pragma omp for<br />        for(int kk=0; kk<90;kk++)<br />        {<br />                l;<br />        }<br />}<br />}<br /><br />I use the following command to compile:<br /><br /><b>clang++  -Xclang -ast-dump -Xclang -fopenmp=libiomp5 t.cpp</b><br /><br />output is :<br /><br />`-OMPParallelDirective 0x6febf50 <line:32:9, col:35><br />      `-CapturedStmt 0x6febf10 <line:33:1, line:39:1><br />        `-DeclRefExpr 0x6feb7f8 <line:37:3> 'int' lvalue Var 0x6fe8590 'l' 'int'<br /><br />it did not say anything about the for loop and the private clause.<br /><br />Sincerely<br />xiaohui<span></span></blockquote></div></div></div></blockquote><span></span>