/llvm-project/bolt/docs/ |
H A D | doxygen.cfg.in | 4 # doxygen (www.doxygen.org) for a project. 16 #--------------------------------------------------------------------------- 18 #--------------------------------------------------------------------------- 21 # that follow. The default is UTF-8 which is also the encoding used for all text 22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv 25 # The default value is: UTF-8. 27 DOXYFILE_ENCODING = UTF-8 30 # double-quotes, unless you are using Doxywizard) that should identify the 51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo 58 # entered, it will be relative to the location where doxygen was started. If [all …]
|
H A D | CMakeLists.txt | 2 find_package(Doxygen) 19 set(enable_searchengine "NO") 21 set(enable_server_based_search "NO") 22 set(enable_external_search "NO") 26 # If asked, configure doxygen for the creation of a Qt Compressed Help file. 33 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-filters") 35 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes") 43 set(bolt_doxygen_generate_qhp "NO") 52 "Use svg instead of png files for doxygen graphs." OFF) 59 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/doxygen.cfg.in [all …]
|
/llvm-project/flang/docs/ |
H A D | doxygen.cfg.in | 4 # doxygen (www.doxygen.org) for a project. 16 #--------------------------------------------------------------------------- 18 #--------------------------------------------------------------------------- 21 # that follow. The default is UTF-8 which is also the encoding used for all text 22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv 25 # The default value is: UTF-8. 27 DOXYFILE_ENCODING = UTF-8 30 # double-quotes, unless you are using Doxywizard) that should identify the 51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo 58 # entered, it will be relative to the location where doxygen was started. If [all …]
|
H A D | CMakeLists.txt | 2 find_package(Doxygen) 19 set(enable_searchengine "NO") 21 set(enable_server_based_search "NO") 22 set(enable_external_search "NO") 26 # If asked, configure doxygen for the creation of a Qt Compressed Help file. 33 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-filters") 35 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes") 43 set(flang_doxygen_generate_qhp "NO") 52 "Use svg instead of png files for doxygen graphs." OFF) 59 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/doxygen.cfg.in [all …]
|
/llvm-project/polly/docs/ |
H A D | doxygen.cfg.in | 4 # doxygen (www.doxygen.org) for a project. 16 #-------- [all...] |
H A D | CMakeLists.txt | 17 set(enable_searchengine "NO") 19 set(enable_server_based_search "NO") 20 set(enable_external_search "NO") 24 # If asked, configure doxygen for the creation of a Qt Compressed Help file. 31 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-filters") 33 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes") 41 set(polly_doxygen_generate_qhp "NO") 50 "Use svg instead of png files for doxygen graphs." OFF) 57 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/doxygen.cfg.in 58 ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg @ONLY) [all …]
|
/llvm-project/clang-tools-extra/docs/ |
H A D | doxygen.cfg.in | 4 # doxygen (www.doxygen.org) for a project. 16 #--------------------------------------------------------------------------- 18 #--------------------------------------------------------------------------- 21 # that follow. The default is UTF-8 which is also the encoding used for all text 22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv 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 51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo [all …]
|
H A D | CMakeLists.txt | 17 set(enable_searchengine "NO") 19 set(enable_server_based_search "NO") 20 set(enable_external_search "NO") 24 # If asked, configure doxygen for the creation of a Qt Compressed Help file. 31 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-filters") 33 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes") 41 set(clang_tools_doxygen_generate_qhp "NO") 50 "Use svg instead of png files for doxygen graphs." OFF) 57 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/doxygen.cfg.in 58 ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg @ONLY) [all …]
|
H A D | index.rst | 5 Welcome to the clang-tools-extra project which contains extra tools built using 18 clang-tidy/index 19 clang-include-fixer 21 pp-trace 23 clang-doc 26 Doxygen Documentation 28 The Doxygen documentation describes the **internal** software that makes up the 29 tools of clang-tool [all...] |
/llvm-project/openmp/docs/ |
H A D | doxygen.cfg.in | 4 # doxygen (www.doxygen.org) for a project. 16 #--------------------------------------------------------------------------- 18 #--------------------------------------------------------------------------- 21 # that follow. The default is UTF-8 which is also the encoding used for all text 22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv 25 # The default value is: UTF-8. 27 DOXYFILE_ENCODING = UTF-8 30 # double-quotes, unless you are using Doxywizard) that should identify the 51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo 58 # entered, it will be relative to the location where doxygen was started. If [all …]
|
H A D | CMakeLists.txt | 18 set(enable_searchengine "NO") 20 set(enable_server_based_search "NO") 21 set(enable_external_search "NO") 25 # If asked, configure doxygen for the creation of a Qt Compressed Help file. 32 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-filters") 34 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes") 42 set(openmp_doxygen_generate_qhp "NO") 51 "Use svg instead of png files for doxygen graphs." OFF) 58 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/doxygen.cfg.in 59 ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg @ONLY) [all …]
|
/llvm-project/clang/docs/ |
H A D | doxygen.cfg.in | 4 # doxygen (www.doxygen.org) for a project. 16 #--------------------------------------------------------------------------- 18 #--------------------------------------------------------------------------- 21 # that follow. The default is UTF-8 which is also the encoding used for all text 22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv 25 # The default value is: UTF-8. 27 DOXYFILE_ENCODING = UTF-8 30 # double-quotes, unless you are using Doxywizard) that should identify the 51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo 58 # entered, it will be relative to the location where doxygen was started. If [all …]
|
H A D | CMakeLists.txt | 18 set(enable_searchengine "NO") 20 set(enable_server_based_search "NO") 21 set(enable_external_search "NO") 25 # If asked, configure doxygen for the creation of a Qt Compressed Help file. 32 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-filters") 34 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attribute [all...] |
H A D | LibASTMatchersReference.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 14 border-bottom: 1px solid black; 20 span.mono { font-family: monospace; } 24 border-collapse: collapse; 31 if (row.style.display != 'table-cell') 32 row.style.display = 'table-cell'; 38 <body onLoad="toggle(location.hash.substring(1, location.hash.length - 6))"> 40 <!--#include virtual="../menu.html.incl"- [all...] |
/llvm-project/llvm/docs/ |
H A D | doxygen.cfg.in | 4 # doxygen (www.doxygen.org) for a project. 16 #--------------------------------------------------------------------------- 18 #--------------------------------------------------------------------------- 21 # that follow. The default is UTF-8 which is also the encoding used for all text 22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv 25 # The default value is: UTF-8. 27 DOXYFILE_ENCODING = UTF-8 30 # double-quotes, unless you are using Doxywizard) that should identify the 51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo 58 # entered, it will be relative to the location where doxygen was started. If [all …]
|
H A D | CMakeLists.txt | 18 set(enable_searchengine "NO") 20 set(enable_server_based_search "NO") 21 set(enable_external_search "NO") 25 # If asked, configure doxygen for the creation of a Qt Compressed Help file. 34 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-filters") 36 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes") 51 set(llvm_doxygen_generate_qhp "NO") 60 "Use svg instead of png files for doxygen graphs." OFF) 67 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/doxygen.cfg.in 68 ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg @ONLY) [all …]
|
/llvm-project/mlir/docs/ |
H A D | doxygen.cfg.in | 4 # doxygen (www.doxygen.org) for a project. 16 #--------------------------------------------------------------------------- 18 #--------------------------------------------------------------------------- 21 # that follow. The default is UTF-8 which is also the encoding used for all text 22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv 25 # The default value is: UTF-8. 27 DOXYFILE_ENCODING = UTF-8 30 # double-quotes, unless you are using Doxywizard) that should identify the 51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo 58 # entered, it will be relative to the location where doxygen was started. If [all …]
|
H A D | CMakeLists.txt | 18 set(enable_searchengine "NO") 20 set(enable_server_based_search "NO") 21 set(enable_external_search "NO") 25 # If asked, configure doxygen for the creation of a Qt Compressed Help file. 32 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-filters") 34 "See http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes") 42 set(mlir_doxygen_generate_qhp "NO") 51 "Use svg instead of png files for doxygen graphs." OFF) 58 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/doxygen.cfg.in 59 ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg @ONLY) [all …]
|
/llvm-project/lldb/docs/ |
H A D | doxygen.cfg.in | 4 # doxygen (www.doxygen.org) for a project 13 #--------------------------------------------------------------------------- 15 #--------------------------------------------------------------------------- 18 # that follow. The default is UTF-8 which is also the encoding used for all 19 # text before the first occurrence of this tag. Doxygen uses libiconv (or the 23 DOXYFILE_ENCODING = UTF-8 39 # where doxygen was started. If left blank the current directory will be used. 43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 44 # 4096 sub-directories (in 2 levels) under the output directory of each output 46 # Enabling this option can be useful when feeding doxygen a huge amount of [all …]
|
H A D | CMakeLists.txt | 8 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/doxygen.cfg.in 9 ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg @ONLY) 11 add_custom_target(lldb-cpp-doc 12 ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg 14 COMMENT "Generating LLDB C++ API reference with Doxygen" VERBATIM 16 set_target_properties(lldb-cpp-doc PROPERTIES FOLDER "LLDB/Docs") 28 add_custom_target(lldb-python-doc-package 29 …COMMAND "${CMAKE_COMMAND}" -E copy "${lldb_bindings_dir}/lldb.py" "${CMAKE_CURRENT_BINARY_DIR}/lld… 30 COMMAND "${CMAKE_COMMAND}" -E make_directory "${CMAKE_CURRENT_BINARY_DIR}/lldb/plugins" 31 …COMMAND "${CMAKE_COMMAND}" -E copy "${LLDB_SOURCE_DIR}/examples/python/templates/scripted_process.… [all …]
|
/llvm-project/openmp/runtime/doc/doxygen/ |
H A D | config | 4 # doxygen (www.doxygen.org) for a project. 13 #--------------------------------------------------------------------------- 15 #--------------------------------------------------------------------------- 18 # that follow. The default is UTF-8 which is also the encoding used for all 19 # text before the first occurrence of this tag. Doxygen uses libiconv (or the 23 DOXYFILE_ENCODING = UTF-8 46 # Doxygen will copy the logo to the output directory. 53 # where doxygen was started. If left blank the current directory will be used. 55 OUTPUT_DIRECTORY = doc/doxygen/generated 57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create [all …]
|
/llvm-project/llvm/utils/release/ |
H A D | build-docs.sh | 2 #===-- build-docs.sh - Tag the LLVM release candidates ---------------------===# 6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 #===------------------------------------------------------------------------===# 14 # * dnf install doxygen texlive-epstopdf ghostscript \ 15 # ninja-build gcc-c++ 16 # * pip install --user -r ./llvm/docs/requirements.txt 18 # * apt-get install doxygen \ 19 # ninja-build graphviz texlive-font-utils 20 # * pip install --user -r ./llvm/docs/requirements.txt 21 #===------------------------------------------------------------------------===# [all …]
|
/llvm-project/.github/workflows/ |
H A D | release-doxygen.yml | 1 name: Release Doxygen 9 release-version: 20 release-version: 34 release-doxygen: 35 name: Build and Upload Release Doxygen 36 runs-on: ubuntu-latest 40 upload: ${{ inputs.upload && !contains(inputs.release-version, 'rc') }} 42 - nam [all...] |
/llvm-project/openmp/runtime/ |
H A D | README.txt | 8 The main documentation is in Doxygen* format, and this distribution 9 should come with pre-built PDF documentation in doc/Reference.pdf. 12 % doxygen doc/doxygen/config 16 That will produce HTML documentation in the doc/doxygen/generated 20 If you don't have Doxygen installed, you can download it from 21 www.doxygen.org. 26 In-tree build: 28 $ cd where-you-want-to-live 30 $ cd where-you-want-to-build 32 $ cmake path/to/llvm -DCMAKE_C_COMPILER=<C compiler> -DCMAKE_CXX_COMPILER=<C++ compiler> [all …]
|
/llvm-project/clang/www/analyzer/ |
H A D | checker_dev_manual.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 13 <!--#include virtual="menu.html.incl"--> 21 <p>The static analyzer engine performs path-sensitive exploration of the program and 25 (<a href="https://llvm.org/devmtg/2012-11/Zaks-Rose-Checker24Hours.pdf">slides</a> 31 <a href="https://discourse.llvm.org/c/clang/static-analyzer/"> Static Analyzer</a> subcategory at 62 <li>To check out the source code and build the project, follow steps 1-4 of 81 $ <b>clang -cc1 -analyze -analyzer-checker=core.DivideZero test.c</b> 86 $ <b>clang -cc1 -analyzer-checker-help</b> 92 $ <b>clang -cc1 -help | grep "analyzer"</b> 103 …<a href="https://clang.llvm.org/doxygen/classclang_1_1ento_1_1ExplodedGraph.html">ExplodedGraph</a… [all …]
|