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

Cppinsights loses alignas specifications #311

Closed
ilyapopov opened this issue Apr 22, 2020 · 1 comment
Closed

Cppinsights loses alignas specifications #311

ilyapopov opened this issue Apr 22, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@andreasfertig andreasfertig added the bug Something isn't working label Apr 23, 2020
@andreasfertig
Copy link
Owner

Hello @ilyapopov,

thank for reporting this. alignas is modeled as an attribute in Clang. Currently, there is no implementation to support attributes in C++ Insights. They are missing in other places like [[no_return]] and more. However, I'm working on it, as consteval/consteval are modeled as an attribute as well.

Andreas

andreasfertig added a commit that referenced this issue May 30, 2020
Fixed #311: Added support for attributes in general.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants