Skip to content
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

(auto(x)) parsed incorrectly; regression #62494

Closed
Taw3e8 opened this issue May 2, 2023 · 3 comments
Closed

(auto(x)) parsed incorrectly; regression #62494

Taw3e8 opened this issue May 2, 2023 · 3 comments
Labels
clang:frontend Language frontend issues, e.g. anything involving "Sema"

Comments

@Taw3e8
Copy link

Taw3e8 commented May 2, 2023

Issue originated with this code: https://godbolt.org/z/G7zshr3fY
It seems parenthesized explicit type conversion with auto is parsed incorrectly: https://godbolt.org/z/PT8KqYr43

auto fun(int x) {
	return (auto(x));
}
<source>:3:15: error: type-id cannot have a name
        return (auto(x));
                     ^
<source>:3:18: error: expected expression
        return (auto(x));
@Taw3e8 Taw3e8 changed the title (auto(x)) parsed incorrectly (auto(x)) parsed incorrectly; regression May 2, 2023
@EugeneZelenko EugeneZelenko added clang:frontend Language frontend issues, e.g. anything involving "Sema" and removed new issue labels May 2, 2023
@llvmbot
Copy link
Member

llvmbot commented May 2, 2023

@llvm/issue-subscribers-clang-frontend

@tbaederr
Copy link
Contributor

tbaederr commented May 2, 2023

@cor3ntin
Copy link
Contributor

cor3ntin commented Jun 5, 2023

This was fixed!

@cor3ntin cor3ntin closed this as completed Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang:frontend Language frontend issues, e.g. anything involving "Sema"
Projects
None yet
Development

No branches or pull requests

5 participants