[PATCH] D33904: Add a __has_attribute_enhancement macro to clang
Akira Hatanaka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 12 09:13:11 PDT 2017
ahatanak added inline comments.
================
Comment at: docs/LanguageExtensions.rst:176
+For example, clang's ``overloadable`` attribute has existed since before Clang
+3.5, but in Clang 5.0 it gained was modified to support so-called "unmarked
+overloads". One can use ``__has_attribute_enhancement`` to query whether clang
----------------
Do you need "gained" here?
https://reviews.llvm.org/D33904
More information about the cfe-commits
mailing list