Re: [PATCH] document __has_attribute and __has_include

2019-02-18 Thread Martin Sebor
On 2/15/19 8:30 PM, Sandra Loosemore wrote: On 2/13/19 2:46 PM, Martin Sebor wrote: The attached patch adds documentation for the __has_attribute (and __has_cpp_attribute) and __has_include operators added in r215752. Thanks! I was a little unsure where to add this, whether the preprocessor

Re: [PATCH] document __has_attribute and __has_include

2019-02-15 Thread Sandra Loosemore
On 2/13/19 2:46 PM, Martin Sebor wrote: The attached patch adds documentation for the __has_attribute (and __has_cpp_attribute) and __has_include operators added in r215752. Thanks! I was a little unsure where to add this, whether the preprocessor manual or the GCC manual, or both.  It seems

[PATCH] document __has_attribute and __has_include

2019-02-13 Thread Martin Sebor
The attached patch adds documentation for the __has_attribute (and __has_cpp_attribute) and __has_include operators added in r215752. I was a little unsure where to add this, whether the preprocessor manual or the GCC manual, or both. It seems that it belongs in the preprocessor manual but since