We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testcase: struct A {}; int i = real A();
Crashes with: clang: SemaOverload.cpp:6754: clang::ExprResult clang::Sema::CreateOverloadedUnaryOp(clang::SourceLocation, unsigned int, const clang::UnresolvedSetImpl&, clang::Expr*): Assertion `Op != OO_None && "Invalid opcode for overloaded unary operator"' failed.
The text was updated successfully, but these errors were encountered:
Fixed in r113124.
Sorry, something went wrong.
Merge pull request llvm#8395 from apple/jdevlieghere/rdar/121526866
518f28d
[llvm] Include LLVM_REPOSITORY and LLVM_REVISION in tool version (llvm#84…
No branches or pull requests
Extended Description
Testcase:
struct A {};
int i = real A();
Crashes with:
clang: SemaOverload.cpp:6754: clang::ExprResult clang::Sema::CreateOverloadedUnaryOp(clang::SourceLocation, unsigned int, const clang::UnresolvedSetImpl&, clang::Expr*): Assertion `Op != OO_None && "Invalid opcode for overloaded unary operator"' failed.
The text was updated successfully, but these errors were encountered: