Michael J. Spencer | 359e09d | 2013-01-20 10:39:17 +0000 | [diff] [blame] | 1 | C++11 |
| 2 | ===== |
| 3 | |
Chandler Carruth | d409229 | 2014-03-02 13:00:23 +0000 | [diff] [blame] | 4 | Originally, LLD was developed in C++11 unlike the rest of LLVM. Now, all of |
| 5 | LLVM, LLD, and Clang are developed using C++11. See the `LLVM Coding |
| 6 | Standards`_ for details on the precise subset of C++11 supported by the various |
| 7 | host compilers. |
Michael J. Spencer | 359e09d | 2013-01-20 10:39:17 +0000 | [diff] [blame] | 8 | |
Chandler Carruth | 03b4e3a | 2014-03-02 09:17:09 +0000 | [diff] [blame] | 9 | .. _LLVM Coding Standards: http://llvm.org/docs/CodingStandards.html |