[LLVMbugs] [Bug 21853] [fuzz] Assertion `memberdecl->getDeclName() == NameInfo.getName()' failed.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Feb 17 22:29:44 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=21853
randfur at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |randfur at gmail.com
Resolution|WORKSFORME |---
--- Comment #5 from randfur at gmail.com ---
Hit this assertion using clang version 3.6.0 (trunk 223108).
clang:
/work/chromium/src/third_party/llvm/tools/clang/include/clang/AST/Expr.h:2378:
clang::MemberExpr::MemberExpr(clang::Expr *, bool, clang::ValueDecl *, const
clang::DeclarationNameInfo &, clang::QualType, clang::ExprValueKind,
clang::ExprObjectKind): Assertion `memberdecl->getDeclName() ==
NameInfo.getName()' failed.
Attached stdout and repro files. The preprocessed source was too large to
upload even after compressing so you'll need to cat the two parts together:
cat StringKeyframe-8bc2bb.zip-{a,b} > StringKeyframe-8bc2bb.zip
--
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/20150218/efc0590f/attachment.html>
More information about the llvm-bugs
mailing list