https://llvm.org/bugs/show_bug.cgi?id=26633
Bug ID: 26633 Summary: clang clang::Sema::BuildCXXDefaultArgExpr asserts "isa<> used on a null pointer" Product: new-bugs Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P Component: new bugs Assignee: unassignedb...@nondot.org Reporter: yaron.ke...@gmail.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified Created attachment 15911 --> https://llvm.org/bugs/attachment.cgi?id=15911&action=edit example source code clang -fsyntax-only on the atatched file results in Assertion failed: Val && "isa<> used on a null pointer" from clang::Sema::BuildCXXDefaultArgExpr(class clang::SourceLocation,class clang::FunctionDecl *,class clang::ParmVarDecl *). Tested on Windows and Linux x64, clang version 3.9.0 (trunk 260888). -- 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