-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Clang segfaults when using certain type traits on a class with malformed destructor #89544
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: None (8080i)
### bug.cpp
```c++
#include <type_traits>
class Foo { // All of these crash clang
|
@Endilll Want to look at that? It might be easy (But I'm reluctant to put a good first issue tag) |
This is a relatively recent regression. We're crashing since Clang 15: https://godbolt.org/z/a9qd4x8Kf |
@llvm/issue-subscribers-c-11 Author: None (8080i)
### bug.cpp
```c++
#include <type_traits>
class Foo { // All of these crash clang
|
bug.cpp
Output
The text was updated successfully, but these errors were encountered: