[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Security warnings when using LLVM 9
From: |
Hans Åberg |
Subject: |
Re: Security warnings when using LLVM 9 |
Date: |
Thu, 27 Sep 2018 18:08:32 +0200 |
> On 27 Sep 2018, at 15:30, uxio prego <address@hidden> wrote:
>
> I suspect builtin [macOS High Sierra] Clang maybe defaults to C89, or needs
> some
> kind of flag in order to use C99?
> By contrast, recent Clang claims to be trying GNU C11 first:
> https://clang.llvm.org/compatibility.html
The both have __STDC_VERSION__ == 201112L. By contrast, gcc8 has
__STDC_VERSION__ == 201710L.