mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-10 19:34:29 +00:00
10 lines
324 B
ReStructuredText
10 lines
324 B
ReStructuredText
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
|