[llvm-bugs] [Bug 27709] New: AST matcher triggers assert
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed May 11 04:52:40 PDT 2016
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: unassignedbugs at nondot.org
Reporter: dude4891 at xemaps.com
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160511/d202e843/attachment.html>
More information about the llvm-bugs
mailing list