<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Oct 21, 2013 at 11:09 PM, Yaron Keren <span dir="ltr"><<a href="mailto:yaron.keren@gmail.com" target="_blank">yaron.keren@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="rtl"><div dir="ltr">Is it OK to use range-based for loops clang/LLVM source code?</div><div dir="ltr"><br></div>
<div dir="ltr">And auto variables: </div><div dir="ltr">  In general?</div><div dir="ltr">  As loop iterator?</div></div></blockquote><div><br></div><div>Currently Clang and LLVM are written in C++98, so none of these constructs are acceptable.<br>
<br>There are some macros used to apply C++11 features conditionally (override,  rvalue refs, move, etc)</div></div></div></div>