Changes between Version 1 and Version 2 of Ticket #58726, comment 2


Ignore:
Timestamp:
Jul 15, 2019, 9:33:07 PM (5 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58726, comment 2

    v1 v2  
    66`-std=c11` did not work.
    77
    8 This page <https://clang.llvm.org/docs/UsersManual.html> suggests clang supports the `typeof` keywork with any `gnu*` standard.
     8This page <https://clang.llvm.org/docs/UsersManual.html> suggests clang supports the `typeof` keyword with any `gnu*` standard.
    99{{{
    1010The parser recognizes “asm” and “typeof” as keywords in gnu* modes; the variants “__asm__” and “__typeof__” are recognized in all modes.