Lines Matching +full:build +full:- +full:docs
5 ---------------
8 <https://llvm.org/docs/GettingStarted.html>`_ for general information on how to
9 get started on the LLVM project. A detailed explanation on how to build and
10 test LLDB can be found in the `build instructions <build.html>`_ and `test
14 --------------------
17 <https://llvm.org/docs/DeveloperPolicy.html>`_ for information about
27 LLDB's code style differs from `LLVM's coding style <https://llvm.org/docs/CodingStandards.html>`_
30 …e and function naming <https://llvm.org/docs/CodingStandards.html#name-types-functions-variables-a…
39 * `Use of asserts <https://llvm.org/docs/CodingStandards.html#assert-liberally>`_:
43 `golden rule <https://llvm.org/docs/CodingStandards.html#introduction>`_
46 All new code in LLDB should be formatted with clang-format. Existing code may
56 `lldb/test <https://github.com/llvm/llvm-project/tree/main/lldb/test>`_ folder
62 --------------------------------------------
64 Contrary to Clang, which is typically a short-lived process, LLDB
83 is convinced will always hold, regardless what an end-user does with
114 end-user.