https://llvm.org/bugs/show_bug.cgi?id=27709
Bug ID: 27709 Summary: AST matcher triggers assert Product: new-bugs Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P Component: new bugs Assignee: unassignedb...@nondot.org Reporter: dude4...@xemaps.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified Using the AST Matchers library, I got an assertion failure at ASTMatchFinder.cpp: 653 using the following pattern: declRefExpr(to(varDecl(hasParent(cxxRecordDecl())))) Can someone confirm that the matcher is OK and not somehow badly formed? If so I will gather the details (source / preprocessed input / stack trace). -- 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