-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
[clang] Assertion `CachedLexPos != 0' failed. #114815
Labels
clang:frontend:fuzzer
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
crash-on-invalid
regression
Comments
yijan4845
added
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
regression
crash-on-invalid
clang:frontend:fuzzer
labels
Nov 4, 2024
@llvm/issue-subscribers-clang-frontend Author: Yihan Yang (yijan4845)
**This testcase is generated by a fuzzer.**
Compiler Explorer: https://godbolt.org/z/Khfrbeqc9 This code will crash on Clang Assertion Trunk. #define ID(X) X
extern int ID(decltype); It seems that this is a regression for the trunk version. Stack dump:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
clang:frontend:fuzzer
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
crash-on-invalid
regression
This testcase is generated by a fuzzer.
Compiler Explorer: https://godbolt.org/z/Khfrbeqc9
This code will crash on Clang Assertion Trunk.
It seems that this is a regression for the trunk version.
Stack dump:
The text was updated successfully, but these errors were encountered: