[PATCH] D35454: [c++2a] Add option -std=c++2a to enable support for potential/transitional C++2a features

Faisal Vali via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 15 10:06:51 PDT 2017


faisalv created this revision.
faisalv added a project: clang.

At the optimistic least, I'm hoping to get around to adding support for familiar template syntax to lambdas and vaopt to the preprocessor, under it.


Repository:
  rL LLVM

https://reviews.llvm.org/D35454

Files:
  include/clang/Basic/LangOptions.def
  include/clang/Frontend/LangStandard.h
  include/clang/Frontend/LangStandards.def
  lib/Frontend/CompilerInvocation.cpp
  lib/Frontend/InitPreprocessor.cpp
  lib/Sema/SemaDeclCXX.cpp
  lib/Sema/SemaExpr.cpp
  test/Driver/std.cpp
  test/Driver/unknown-std.cpp
  test/Preprocessor/init.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35454.106775.patch
Type: text/x-patch
Size: 8305 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170715/83308719/attachment.bin>


More information about the cfe-commits mailing list