Searched +full:docs +full:- +full:clang +full:- +full:tools +full:- +full:man (Results 1 – 13 of 13) sorted by relevance
/llvm-project/.github/workflows/ |
H A D | docs.yml | 4 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 14 - 'main' 16 - 'llvm/docs/**' 17 - 'clang/docs/**' [all...] |
/llvm-project/llvm/docs/ |
H A D | README.txt | 8 system to create HTML pages which are hosted on <https://llvm.org/docs/> and 12 Sphinx <http://sphinx-doc.org/> and then do: 14 cd <build-dir> 15 cmake -DLLVM_ENABLE_SPHINX=true -DSPHINX_OUTPUT_HTML=true <src-dir> 16 make -j3 docs-llvm-html 17 $BROWSER <build-dir>/docs/html/index.html 20 `docs/Foo.rst` <-> `<build-dir>/docs//html/Foo.html` <-> `https://llvm.org/docs/Foo.html`. 31 primary difference is to use the `man` makefile target, instead of the 32 default (which is `html`). Sphinx then produces the man pages in the 33 directory `<build-dir>/docs/man/`. [all …]
|
H A D | CMake.rst | 11 `CMake <http://www.cmake.org/>`_ is a cross-platform build-generator tool. CMake 34 We use here the command-line, non-interactive CMake interface. 39 #. Open a shell. Your development tools must be reachable from this shell 45 .. code-block:: console 53 .. code-block:: console 70 components are built; see the `Frequently Used LLVM-related 76 .. code-block:: console 78 $ cmake - [all...] |
H A D | GwpAsan.rst | 2 GWP-ASan 12 GWP-ASan is a sampled allocator framework that assists in finding use-after-free 13 and heap-buffer-overflow bugs in production environments. It informally is a 14 recursive acronym, "**G**\WP-ASan **W**\ill **P**\rovide **A**\llocation 17 GWP-ASan is based on the classic 18 `Electric Fence Malloc Debugger <https://linux.die.net/man/3/efence>`_, with a 27 GWP-ASa [all...] |
H A D | TestingGuide.rst | 19 infrastructure, the tools needed to use it, and how to add and run 35 and ``llvm/test`` respectively and are expected to always pass -- they should be 39 "test-suite") and are in the ``test-suite`` 40 `repository on GitHub <https://github.com/llvm/llvm-test-suite.git>`_. 42 tests" in places, which is less ambiguous than "test-suite" and remains 46 -- [all...] |
H A D | ScudoHardenedAllocator.rst | 12 The Scudo Hardened Allocator is a user-mode allocator, originally based on LLVM 14 `CombinedAllocator <https://github.com/llvm/llvm-project/blob/main/compiler-rt/lib/sanitizer_common… 21 `shield <https://www.collinsdictionary.com/dictionary/italian-english/scudo>`_ 28 --------- 37 - the Primary allocator: fast and efficient, it services smaller allocation 42 - the Secondary allocator: slower, it services larger allocation sizes via the 47 - the thread specific data Registry: defines how local caches operate for each 52 - the Quarantine: offers a way to delay the deallocation operations, preventing 55 which can help mitigate some use-after-free situations. This feature is fairly 60 ------------------ [all …]
|
/llvm-project/clang-tools-extra/docs/ |
H A D | CMakeLists.txt | 26 set(CLANG_TOOLS_DOXYGEN_QCH_FILENAME "org.llvm.clang.qch" CACHE STRING 28 set(CLANG_TOOLS_DOXYGEN_QHP_NAMESPACE "org.llvm.clang" CACHE STRING 30 set(CLANG_TOOLS_DOXYGEN_QHP_CUST_FILTER_NAME "Clang ${CLANG_VERSION}" CACHE STRING 31 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-filters") 32 set(CLANG_TOOLS_DOXYGEN_QHP_CUST_FILTER_ATTRS "Clang,${CLANG_VERSION}" CACHE STRING 33 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes") 76 add_custom_target(doxygen-clang-tools 79 COMMENT "Generating clang doxygen documentation." VERBATIM) 80 set_target_properties(doxygen-clang-tools PROPERTIES FOLDER "Clang Tools Extra/Docs") 83 add_dependencies(doxygen doxygen-clang-tools) [all …]
|
H A D | doxygen.cfg.in | 16 #--------------------------------------------------------------------------- 18 #--------------------------------------------------------------------------- 21 # that follow. The default is UTF-8 which is also the encoding used for all text 25 # The default value is: UTF-8. 27 DOXYFILE_ENCODING = UTF-8 30 # double-quotes, unless you are using Doxywizard) that should identify the 35 PROJECT_NAME = clang-tools 63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub- 77 # Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States), 79 # Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages), [all …]
|
/llvm-project/llvm/utils/lit/ |
H A D | README.rst | 2 lit - A Software Testing Tool 8 *lit* is a portable tool for executing LLVM and Clang style test suites, 26 The official *lit* documentation is in the man page, available online at the LLVM 34 https://github.com/llvm/llvm-project/tree/main/llvm/utils/lit 40 Please browse the issues labeled *tools:llvm-lit* in LLVM's issue tracker for 42 https://github.com/llvm/llvm-project/labels/tools%3Allvm-lit 48 --path /path/to/your/llvm/build/bin \ 52 You will need to have built LLVM tools in order to run lit's test suite 56 Follow the instructions in http://llvm.org/docs/TestingGuide.html to run the 59 make check-llvm [all …]
|
/llvm-project/lldb/docs/resources/ |
H A D | build.rst | 5 ---------- [all...] |
/llvm-project/clang/docs/analyzer/user-docs/ |
H A D | CommandLineUsage.rst | 1 Command Line Usage: scan-build and CodeChecker 5 CodeChecker and scan-build are two CLI tools for using CSA on multiple files (translation units). 7 CodeChecker is more actively maintained, provides heuristics for working with multiple versions of popular compilers and it also comes with a web-based GUI for viewing, filtering, categorizing and suppressing the results. 10 Comparison of CodeChecker and scan-build 11 ----- [all...] |
/llvm-project/clang/docs/ |
H A D | doxygen.cfg.in | 16 #--------------------------------------------------------------------------- 18 #--------------------------------------------------------------------------- 21 # that follow. The default is UTF-8 which is also the encoding used for all text 25 # The default value is: UTF-8. 27 DOXYFILE_ENCODING = UTF-8 30 # double-quotes, unless you are using Doxywizard) that should identify the 35 PROJECT_NAME = clang 63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub- 77 # Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States), 79 # Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages), [all …]
|
/llvm-project/llvm/docs/Proposals/ |
H A D | GitHubMove.rst | 22 infrastructure) will continue to work with a Git-based LLVM. 29 This proposal relates only to moving the hosting of our source-code repository 31 using GitHub's issue tracker, pull-requests, or code-review. 35 username/password-hash. 41 ---------------- 57 -------- 66 through the Git-SVN integration. 78 control systems, there are many tools that are built over Git. 82 ----------- 85 projects. Any of these could replace the code-hosting infrastructure that we [all …]
|