summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CodingStandards.rst
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2016-10-17 12:29:00 +0000
committerRenato Golin <renato.golin@linaro.org>2016-10-17 12:29:00 +0000
commitecbcd7ca11005fbb8a314d92b7abc79750a78274 (patch)
tree865f1a3199b8e20e303b1d4680578b21adcc4e27 /llvm/docs/CodingStandards.rst
parentfe4432b105665badd6a88a120767864e4a2efbae (diff)
downloadbcm5719-llvm-ecbcd7ca11005fbb8a314d92b7abc79750a78274.tar.gz
bcm5719-llvm-ecbcd7ca11005fbb8a314d92b7abc79750a78274.zip
[docs] Reduce the number of places 'minimum requirements' is mentioned to one
llvm-svn: 284380
Diffstat (limited to 'llvm/docs/CodingStandards.rst')
-rw-r--r--llvm/docs/CodingStandards.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/CodingStandards.rst b/llvm/docs/CodingStandards.rst
index 0067db55e61..9138706f905 100644
--- a/llvm/docs/CodingStandards.rst
+++ b/llvm/docs/CodingStandards.rst
@@ -83,7 +83,8 @@ Supported C++11 Language and Library Features
While LLVM, Clang, and LLD use C++11, not all features are available in all of
the toolchains which we support. The set of features supported for use in LLVM
-is the intersection of those supported in MSVC 2013, GCC 4.7, and Clang 3.1.
+is the intersection of those supported in the minimum requirements described
+in the :doc:`GettingStarted` page, section `Software`.
The ultimate definition of this set is what build bots with those respective
toolchains accept. Don't argue with the build bots. However, we have some
guidance below to help you know what to expect.
OpenPOWER on IntegriCloud