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
This does NOT enable pragma spellings for attribute as previously thought and is actually a useful functionality. See comment thread - #2877 (comment) for details
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
The typical upstream expectation is that new attributes are supported via #pragma clang attribute (https://clang.llvm.org/docs/LanguageExtensions.html#specifying-an-attribute-for-multiple-declarations-pragma-clang-attribute) unless there's some reason for them not to (like statement or type attributes).
This does NOT enable pragma spellings for attribute as previously thought and is actually a useful functionality. See comment thread - #2877 (comment) for details
The text was updated successfully, but these errors were encountered: