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

Mark de Wever via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 11 08:46:54 PST 2020


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,
----------------
xbolva00 wrote:
> Clang ? :)
I wondered about this before but we use both clang and Clang in the manual. So for now I decided not to make that change. If wanted I can make a separate patch doing the renaming. Should we then also change clang-cl to Clang-cl?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72052/new/

https://reviews.llvm.org/D72052





More information about the cfe-commits mailing list