[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 19:57:15 PDT 2017


EricWF updated this revision to Diff 98088.
EricWF added a comment.

- Correctly report that structured bindings, inline variables, and fold expressions are available in C++03.


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.98088.patch
Type: text/x-patch
Size: 7905 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170507/713f8f91/attachment.bin>


More information about the cfe-commits mailing list