Lines Matching +full:release +full:- +full:doxygen
5 ---------------
14 --------------------
30 …naming <https://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-…
39 * `Use of asserts <https://llvm.org/docs/CodingStandards.html#assert-liberally>`_:
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
73 <https://llvm.org/doxygen/classllvm_1_1Expected.html>`_ or
83 is convinced will always hold, regardless what an end-user does with
84 LLDB. Because assertions are not present in release builds, the
114 end-user.