-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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 | 3841 |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
Extended Description
Is this intentional?
This breaks glib, in the following roundabout fashion:
ddunbar@frank:tmp$ echo "#include <sys/inotify.h>" | clang -E -x c - | grep flexarr
char name __flexarr;
ddunbar@frank:tmp$ echo "#include <sys/inotify.h>" | gcc -E -x c - | grep flexarr
(__flexarr is a define coming from sys/cdefs.h)
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"