[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: improve clang support (34)
From: |
Paul Smith |
Subject: |
Re: improve clang support (34) |
Date: |
Sun, 16 Aug 2020 19:06:18 -0400 |
User-agent: |
Evolution 3.36.3-0ubuntu1 |
On Sun, 2020-08-16 at 22:54 +0200, Bruno Haible wrote:
> This Makefile variable HAVE_INCLUDE_NEXT is not used in Gnulib, but
> some packages may be using it. I included this module in the clang
> support for completeness.
Thanks; I wasn't really asking about this particular change per se,
rather the set of changes that have been made that are similar to this.
> > In my experience with clang, it always defines both __clang__ and
> > __GNUC__ so changes like this don't change behavior.
>
> clang for Windows defines __clang__ but does not define __GNUC__. [1]
Aha! The clang devs are constantly... "surprising" me with their
choices in these areas. I learned something so it was worth asking :).
Cheers!