diff options
Diffstat (limited to 'docs/C++11.rst')
-rw-r--r-- | docs/C++11.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/C++11.rst b/docs/C++11.rst deleted file mode 100644 index 0c4391e7b037..000000000000 --- a/docs/C++11.rst +++ /dev/null @@ -1,9 +0,0 @@ -C++11 -===== - -Originally, LLD was developed in C++11 unlike the rest of LLVM. Now, all of -LLVM, LLD, and Clang are developed using C++11. See the `LLVM Coding -Standards`_ for details on the precise subset of C++11 supported by the various -host compilers. - -.. _LLVM Coding Standards: http://llvm.org/docs/CodingStandards.html |