r280607 - PR 27200: Fix names of the atomic lock-free macros.

Joerg Sonnenberger via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 3 18:00:52 PDT 2016


On Sat, Sep 03, 2016 at 05:56:43PM -0700, Richard Smith wrote:
>  /* 7.17.2 Initialization */
> 
>  #define ATOMIC_VAR_INIT(value) (value)
>  #define atomic_init __c11_atomic_init
> 
> -/* 7.17.3 Order and consistency */
> +/* 7.17.3 Order and consistency */.
> 
> 
> Stray period here. Do we not have any tests that include this header? 

We do. Pre-commit editor snafu. Sorry about that.

Joerg


More information about the cfe-commits mailing list