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
Thank you.
But it's not just aliases.
It's all non-object declarations.
So now it works for using statements and alias declarations.
This one still segfaults:
Title: Non-object declaration before
this
member ICEs.Minimal reproducer (https://cpp2.godbolt.org/z/Kdbz8h311):
Commands:
cppfront main.cpp2 clang++18 -std=c++23 -stdlib=libc++ -lc++abi -pedantic-errors -Wall -Wextra -Wconversion -Werror=unused-result -I . main.cpp
Expected result: A well-formed program.
Actual result and error:
Segmentation fault (core dumped)
.See also:
this
can't use the current type beyond its full name #471, [BUG] Type ofthis
can't use the current type beyond its full name #471 (comment).The text was updated successfully, but these errors were encountered: