Shafik Yaghmour
Shafik Yaghmour
Fixed in trunk: https://godbolt.org/z/ab7aeEeh5
Confirmed: https://godbolt.org/z/xPfzzqvsa Assertion: ```console clang++: /root/llvm-project/clang/lib/AST/ExprConstant.cpp:1575: void {anonymous}::LValue::setFrom(clang::ASTContext&, const clang::APValue&): Assertion `V.isLValue() && "Setting LValue from a non-LValue?"' failed. ``` Backtrace: ```console PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and...
Assertion: ```console clang++: /root/llvm-project/clang/lib/Sema/SemaAccess.cpp:358: bool MightInstantiateTo(clang::Sema&, clang::DeclContext*, clang::DeclContext*): Assertion `!Friend->isDependentContext() && "can't handle friends with dependent contexts here"' failed. ``` Backtrace: ```console PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and...
Are these organic bugs or are you using a fuzzing or automation tool to generate these bugs? We don't have the bandwidth for mass submission of fuzzer generated bugs but...
May be a duplicate of: https://github.com/llvm/llvm-project/issues/36427
If a bug still crashes on trunk then please include the assertion (if there is one) and the backtrace, example here: https://github.com/llvm/llvm-project/issues/63412#issuecomment-1601307972 This allows us to find duplicates and related...
> The backtrace was in the link, doesn't look to trigger an assertion My point was that adding the assertions allows us to find duplicate or related bugs and this...
May be related: https://github.com/llvm/llvm-project/issues/61666
We have some other bugs around complete class contexts: https://github.com/llvm/llvm-project/issues/58245