[llvm] 3985eda - [docs] Update links for C++ compiler supported features in CodingStandards (#81587)

via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 13 11:19:53 PST 2024


Author: Richard Dzenis
Date: 2024-02-13T21:19:49+02:00
New Revision: 3985eda8ee729b9fc36aa1b1ef6afa716df5bbe9

URL: https://github.com/llvm/llvm-project/commit/3985eda8ee729b9fc36aa1b1ef6afa716df5bbe9
DIFF: https://github.com/llvm/llvm-project/commit/3985eda8ee729b9fc36aa1b1ef6afa716df5bbe9.diff

LOG: [docs] Update links for C++ compiler supported features in CodingStandards (#81587)

Added: 
    

Modified: 
    llvm/docs/CodingStandards.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CodingStandards.rst b/llvm/docs/CodingStandards.rst
index 7ba20c09d04f68..63df5af2523db6 100644
--- a/llvm/docs/CodingStandards.rst
+++ b/llvm/docs/CodingStandards.rst
@@ -73,7 +73,10 @@ Each toolchain provides a good reference for what it accepts:
 
   * libstdc++: https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2017
 
-* MSVC: https://msdn.microsoft.com/en-us/library/hh567368.aspx
+* MSVC: https://learn.microsoft.com/cpp/overview/visual-cpp-language-conformance
+
+Additionally, there are compiler comparison tables of supported C++ features on
+`cppreference.com <https://en.cppreference.com/w/cpp/compiler_support/17>`_.
 
 
 C++ Standard Library


        


More information about the llvm-commits mailing list