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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to