[all-commits] [llvm/llvm-project] 6627a3: [c++2b] Add option -std=c++2b to enable support fo...
Marek Kurdej via All-commits
all-commits at lists.llvm.org
Thu Dec 3 01:32:38 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6627a3c2873fdf7ccba1a1573371079be48b36e8
https://github.com/llvm/llvm-project/commit/6627a3c2873fdf7ccba1a1573371079be48b36e8
Author: Marek Kurdej <marek.kurdej at gmail.com>
Date: 2020-12-03 (Thu, 03 Dec 2020)
Changed paths:
M clang/include/clang/Basic/LangOptions.def
M clang/include/clang/Basic/LangStandard.h
M clang/include/clang/Basic/LangStandards.def
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/lib/Frontend/InitPreprocessor.cpp
M clang/test/Driver/std.cpp
M clang/test/Driver/unknown-std.cpp
M clang/test/Preprocessor/init.c
Log Message:
-----------
[c++2b] Add option -std=c++2b to enable support for potential C++2b features.
Reviewed By: rsmith
Differential Revision: https://reviews.llvm.org/D92547
More information about the All-commits
mailing list