[LLVMbugs] [Bug 15812] New: Need an ASTMatcher that ignores implicit casts, parentheses, and CXX construct expressions

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Apr 22 01:22:41 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=15812

            Bug ID: 15812
           Summary: Need an ASTMatcher that ignores implicit casts,
                    parentheses, and CXX construct expressions
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: eisinger at google.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

I'm trying to write an AST matcher for a return statement where the actual
return type is a class, and so the AST includes not only ImplicitCastExpr and
MaterializeTemporaryExpr, but also CXXConstructExpr

-- 
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/20130422/372a32f3/attachment.html>


More information about the llvm-bugs mailing list