]> granicus.if.org Git - clang/commit
__has_feature(pragma_clang_attribute_namespaces) should be __has_extension
authorErik Pilkington <erik.pilkington@gmail.com>
Tue, 8 Jan 2019 18:24:39 +0000 (18:24 +0000)
committerErik Pilkington <erik.pilkington@gmail.com>
Tue, 8 Jan 2019 18:24:39 +0000 (18:24 +0000)
commitbb0807fa5dfc699fa26e4c7d40c42dfe513f0aa0
tree99d56bd8330cc2f2c99098e45df45bb25f0a62c9
parent2444c788c494a66f7183cad8dfa6208352a2f46c
__has_feature(pragma_clang_attribute_namespaces) should be __has_extension

Thanks to Richard Smith for pointing this out.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@350642 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LanguageExtensions.rst
include/clang/Basic/Features.def
test/Sema/pragma-attribute-namespace.c