You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still broken in 2025, example input abc:=using"xyz", output parse.h:2181: bool cpp2::using_statement_node::for_namespace() const: Assertion `id' failed..
Steps to reproduce:
cppfront
source code.cppfront
,g++ -std=c++20 cppfront.cpp
.cppfront
on this test file:Expected result:
Actual result:
a.out: parse.h:2142: bool cpp2::using_statement_node::for_namespace() const: Assertion `id' failed.
Aborted (core dumped)
Found by fuzzing, #1131.
The text was updated successfully, but these errors were encountered: