Changes between Version 1 and Version 2 of Ticket #58726, comment 2
- Timestamp:
- Jul 15, 2019, 9:33:07 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58726, comment 2
v1 v2 6 6 `-std=c11` did not work. 7 7 8 This page <https://clang.llvm.org/docs/UsersManual.html> suggests clang supports the `typeof` keywor kwith any `gnu*` standard.8 This page <https://clang.llvm.org/docs/UsersManual.html> suggests clang supports the `typeof` keyword with any `gnu*` standard. 9 9 {{{ 10 10 The parser recognizes “asm” and “typeof” as keywords in gnu* modes; the variants “__asm__” and “__typeof__” are recognized in all modes.