https://bugs.llvm.org/show_bug.cgi?id=36581

Richard Smith <richard-l...@metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
 Fixed By Commit(s)|                            |326624
                 CC|                            |richard-l...@metafoo.co.uk

--- Comment #1 from Richard Smith <richard-l...@metafoo.co.uk> ---
The AST exactly matches the parse tree of the language. The problem seems to be
that the RecursiveASTVisitors used by the AST matchers don't support
data-recursion.

That should be fixed by r326624.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to