-
Notifications
You must be signed in to change notification settings - Fork 13.4k
[Clang] Assertion `!isValueDependent() && "Expression evaluator can't be called on a dependent expression."' failed. #75796
New issue
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
Comments
@llvm/issue-subscribers-clang-frontend Author: Yingwei Zheng (dtcxzyw)
Clang crashed when I tried to compile [cppfront](https://github.com/hsutter/cppfront).
Reduced C++ code:
godbolt: https://godbolt.org/z/66Kjv813j Output:
|
@llvm/issue-subscribers-c-20 Author: Yingwei Zheng (dtcxzyw)
Clang crashed when I tried to compile [cppfront](https://github.com/hsutter/cppfront).
Reduced C++ code:
godbolt: https://godbolt.org/z/66Kjv813j Output:
|
An assertion failure, release build doesn't fail. Seems like started in clang 16 https://godbolt.org/z/s7K7nPoeM |
Maybe related: #49570 |
This seems to have been fixed in trunk, but #49570 still crashes. |
Confirmed. |
Clang crashed when I tried to compile cppfront.
Reduced C++ code:
godbolt: https://godbolt.org/z/66Kjv813j
Output:
The text was updated successfully, but these errors were encountered: