summaryrefslogtreecommitdiffstats
path: root/libcxx/docs/TestingLibcxx.rst
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-11-07 20:26:23 +0000
committerEric Fiselier <eric@efcs.ca>2017-11-07 20:26:23 +0000
commit537309342d7d9bb7e8dbd2f89a2e1489cacbf251 (patch)
tree9a42c46eda59b4b279468eeae3b98ae8225ea36d /libcxx/docs/TestingLibcxx.rst
parent515e9dbfef2ba810328a3b3556840b9df80db2c6 (diff)
downloadbcm5719-llvm-537309342d7d9bb7e8dbd2f89a2e1489cacbf251.tar.gz
bcm5719-llvm-537309342d7d9bb7e8dbd2f89a2e1489cacbf251.zip
Teach test suite about C++2a dialect flag.
This patch teaches the test suite configuration about the -std=c++2a flag. And, since it's the newest dialect, change the test suite to choose it, if possible, by default. llvm-svn: 317611
Diffstat (limited to 'libcxx/docs/TestingLibcxx.rst')
-rw-r--r--libcxx/docs/TestingLibcxx.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/docs/TestingLibcxx.rst b/libcxx/docs/TestingLibcxx.rst
index 8f0d98510d1..43c0684dc7d 100644
--- a/libcxx/docs/TestingLibcxx.rst
+++ b/libcxx/docs/TestingLibcxx.rst
@@ -112,7 +112,7 @@ configuration. Passing the option on the command line will override the default.
.. option:: std=<standard version>
- **Values**: c++98, c++03, c++11, c++14, c++17
+ **Values**: c++98, c++03, c++11, c++14, c++17, c++2a
Change the standard version used when building the tests.
OpenPOWER on IntegriCloud