[PATCH] D32950: Support C++1z features in `__has_extension`

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat May 6 17:25:02 PDT 2017


EricWF created this revision.

This patch updates `__has_extension` to report the C++1z extensions Clang offers


https://reviews.llvm.org/D32950

Files:
  docs/LanguageExtensions.rst
  lib/Lex/PPMacroExpansion.cpp
  test/Lexer/has_extension_cxx.cpp
  test/Lexer/has_feature_cxx0x.cpp
  test/SemaCXX/cxx1z-extensions.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32950.98086.patch
Type: text/x-patch
Size: 7336 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170507/9272efe0/attachment.bin>


More information about the cfe-commits mailing list