[llvm-bugs] [Bug 36581] Nesting of empty case-labels in AST
    via llvm-bugs 
    llvm-bugs at lists.llvm.org
       
    Fri Mar  2 13:55:29 PST 2018
    
    
  
https://bugs.llvm.org/show_bug.cgi?id=36581
Richard Smith <richard-llvm at metafoo.co.uk> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
 Fixed By Commit(s)|                            |326624
                 CC|                            |richard-llvm at metafoo.co.uk
--- Comment #1 from Richard Smith <richard-llvm at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180302/d8c1ae74/attachment.html>
    
    
More information about the llvm-bugs
mailing list