[PATCH] D72052: [UserManual] Update the C++ standard support

2020-01-11 Thread Mark de Wever via Phabricator via cfe-commits
Mordante marked 2 inline comments as done. Mordante added inline comments. Comment at: clang/docs/UsersManual.rst:2557 clang fully implements all of standard C++98 except for exported +templates (which were removed in C++11), and all of standards C++11, C++14,

[PATCH] D72052: [UserManual] Update the C++ standard support

2020-01-11 Thread Dávid Bolvanský via Phabricator via cfe-commits
xbolva00 added a comment. +1 Comment at: clang/docs/UsersManual.rst:2557 clang fully implements all of standard C++98 except for exported +templates (which were removed in C++11), and all of standards C++11, C++14, Clang ? :) Repository: rG LLVM Github M

[PATCH] D72052: [UserManual] Update the C++ standard support

2020-01-11 Thread Mark de Wever via Phabricator via cfe-commits
Mordante added a comment. Friendly ping, it would be nice to get this in the next release. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D72052/new/ https://reviews.llvm.org/D72052 ___ cfe-commits maili

[PATCH] D72052: [UserManual] Update the C++ standard support

2020-01-01 Thread pre-merge checks [bot] via Phabricator via cfe-commits
merge_guards_bot added a comment. {icon check-circle color=green} Unit tests: pass. 61168 tests passed, 0 failed and 728 were skipped. {icon check-circle color=green} clang-tidy: pass. {icon check-circle color=green} clang-format: pass. Build artifacts

[PATCH] D72052: [UserManual] Update the C++ standard support

2020-01-01 Thread Mark de Wever via Phabricator via cfe-commits
Mordante created this revision. Mordante added a reviewer: rsmith. Mordante added a project: clang. This brings the state in sync with http://clang.llvm.org/cxx_status.html. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D72052 Files: clang/docs/UsersManual.rst Index: clang