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
Steps to reproduce:
cppfront
g++ -std=c++20 -o cppfront cppfront.cpp
#else#Xt:=private:E##)$##$
Expected result:
Actual result:
cppfront: io.h:471: void cpp2::braces_tracker::found_pre_else(): Assertion `std::ssize(preprocessor) > 1' failed.
Aborted (core dumped)
Found by fuzzing, #1131.
The text was updated successfully, but these errors were encountered:
Thanks! I've also edited this one to paste the source code directly into the issue, to avoid clicking on links to zipfiles (malware potential).
Sorry, something went wrong.
e45eae5
No branches or pull requests
Steps to reproduce:
cppfront
source code.cppfront
,g++ -std=c++20 -o cppfront cppfront.cpp
.cppfront
on this test file:#else#Xt:=private:E##)$##$
Expected result:
Actual result:
cppfront: io.h:471: void cpp2::braces_tracker::found_pre_else(): Assertion `std::ssize(preprocessor) > 1' failed.
Aborted (core dumped)
Found by fuzzing, #1131.
The text was updated successfully, but these errors were encountered: