[cfe-commits] r152820 - in /cfe/trunk: include/clang/AST/RecursiveASTVisitor.h test/Index/index-many-logical-ops.c

Chandler Carruth chandlerc at google.com
Thu Jun 20 00:38:49 PDT 2013


On Thu, Mar 15, 2012 at 11:07 AM, Argyrios Kyrtzidis <akyrtzi at gmail.com>wrote:

> Author: akirtzidis
> Date: Thu Mar 15 13:07:19 2012
> New Revision: 152820
>
> URL: http://llvm.org/viewvc/llvm-project?rev=152820&view=rev
> Log:
> Make RecursiveASTVisitor to traverse certain statements using data
> recursion
> to avoid a stack overflow with extreme cases.
>
> Part of rdar://10941790.
>
> Added:
>     cfe/trunk/test/Index/index-many-logical-ops.c
>

Hey Argiris, it turns out that this test is the second slowest in Clang's
regression test suite for me taking 25.26 seconds. Is there any way to
speed it up or only run it on optimized builds or something?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130620/7dbd6975/attachment.html>


More information about the cfe-commits mailing list