[cfe-dev] Range-based for loops and auto variables in clang/LLVM source code

Chandler Carruth chandlerc at google.com
Mon Oct 21 23:21:27 PDT 2013


On Mon, Oct 21, 2013 at 11:09 PM, Yaron Keren <yaron.keren at gmail.com> wrote:

> Is it OK to use range-based for loops clang/LLVM source code?
>
> And auto variables:
>   In general?
>   As loop iterator?
>

No, Clang and LLVM are not (yet) using C++11 features. It's been considered
before, and will likely be reconsidered after the next release.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20131021/a361887c/attachment.html>


More information about the cfe-dev mailing list