Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
There are some mechanical changes we should make to our documentation too, particularly www/cxx_status.html.
Paths
| Differential D92547
[c++2b] Add option -std=c++2b to enable support for potential C++2b features. ClosedPublic Authored by curdeius on Dec 3 2020, 12:14 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 3 2020, 12:46 AM Comment Actions There are some mechanical changes we should make to our documentation too, particularly www/cxx_status.html. Comment Actions
Ok, I will soon send a patch to update cxx_status adding C++2b. Closed by commit rG6627a3c2873f: [c++2b] Add option -std=c++2b to enable support for potential C++2b features. (authored by curdeius). · Explain WhyDec 3 2020, 1:27 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 309186 clang/include/clang/Basic/LangOptions.def
clang/include/clang/Basic/LangStandard.h
clang/include/clang/Basic/LangStandards.def
clang/lib/Frontend/CompilerInvocation.cpp
clang/lib/Frontend/InitPreprocessor.cpp
clang/test/Driver/std.cpp
clang/test/Driver/unknown-std.cpp
clang/test/Preprocessor/init.c
|