-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"
Description
Bugzilla Link | 3268 |
Version | unspecified |
OS | All |
Reporter | LLVM Bugzilla Contributor |
CC | @asl,@efriedma-quic |
Extended Description
It is critical in presence of asm attribute, the asm attribute must be first.
Instead in this code:
---->
typedef unsigned long size_t;
extern int strerror_r(int __errnum, char *__buf, size_t __buflen)
asm ("" "__xpg_strerror_r")
attribute ((nothrow))
attribute ((nonnull (2)));
----<
The asm attribute comes out last.
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"