[PATCH] D51011: [Preprocessor] raise gcc compatibility macros.
Nick Desaulniers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 21 15:09:52 PDT 2018
nickdesaulniers added a comment.
Thanks Eli. I wholeheartedly prefer feature detection to explicit version checks. One thing that makes this hard is the lack of __has_attribute in gcc: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66970.
Repository:
rC Clang
https://reviews.llvm.org/D51011
More information about the cfe-commits
mailing list