/llvm-project/.github/workflows/ |
H A D | docs.yml | 16 - 'llvm/docs/**' 17 - 'clang/docs/**' 21 - 'clang-tools-extra/docs/**' 22 - 'lldb/docs/**' 23 - 'libunwind/docs/**' 24 - 'libcxx/docs/**' 25 - 'libc/docs/**' 26 - 'lld/docs/**' 27 - 'openmp/docs/**' 28 - 'polly/docs/**' [all...] |
/llvm-project/clang/www/ |
H A D | c_dr_status.html | 52 <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/dr_001.html">1</a></td> 58 <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/dr_002.html">2</a></td> 64 <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/dr_003.html">3</a></td> 70 <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/dr_004.html">4</a></td> 76 <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/dr_005.html">5</a></td> 82 <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/dr_006.html">6</a></td> 88 <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/dr_007.html">7</a></td> 94 <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/dr_008.html">8</a></td> 100 <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/dr_009.html">9</a></td> 106 <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/dr_010.html">10</a></td> [all …]
|
H A D | c_status.html | 110 <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3192.pdf">N3192</a></td> 116 <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3260.pdf">N3260</a></td> 121 <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3232.pdf">N3232</a></td> 127 <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3254.pdf">N3254</a></td> 132 <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3244.pdf">N3244</a></td> 152 <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3259.pdf">N3259</a></td> 157 <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3262.pdf">N3262</a></td> 162 <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3273.pdf">N3273</a></td> 167 <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3274.pdf">N3274</a></td> 173 <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n328 [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 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`. 33 directory `<build-dir>/docs/man/`. 37 make -j3 docs-llvm-man 38 man -l <build-dir>/docs/man/FileCheck.1 41 `docs/CommandGuide/Foo.rst` <-> `<build-dir>/docs//man/Foo.1`. 44 `https://llvm.org/docs/CommandGuide/Foo.html`. 52 cd llvm/docs/ [all …]
|
H A D | GettingInvolved.rst | 99 If you can't find what you need in these docs, try consulting the 151 - Minutes/docs link 155 - `Minutes/docs <https://docs.google.com/document/d/1sdzoyB11s0ccTZ3fobqctDpgJmRoFcz0sviKxqczs4g/edit>`__ 160 - `Minutes/docs <https://docs.google.com/document/d/1G3ocHm2zE6AYTS2N3_3w2UxFnSEyKkcF57siLWe-NVs>`__ 164 - `Minutes/docs <https://docs.google.com/document/d/1JecbplF09l3swTjze-UVeLh4L48svJxGVy4mz_e9Rhs/edit?usp=gmail#heading=h.ts9cmcjbir1j>`__ 165 * - `LLVM security group <https://llvm.org/docs/Security.html>`__ 169 - `Minutes/docs <http [all...] |
/llvm-project/llvm/utils/release/ |
H A D | build-docs.sh | 2 #===-- build-docs.sh - Tag the LLVM release candidates ---------------------===# 16 # * pip install --user -r ./llvm/docs/requirements.txt 20 # * pip install --user -r ./llvm/docs/requirements.txt 25 builddir=docs-build 37 echo " -no-doxygen Don't build Doxygen docs" 38 echo " -no-sphinx Don't build Spinx docs" 47 mv $builddir/$proj_dir/docs/doxygen/html $output 107 …sphinx_targets="docs-clang-html docs-clang-tools-html docs-flang-html docs-lld-html docs-llvm-html… 136 docs-libcxx-html \ 151 for d in docs/ tools/clang/docs/ tools/lld/docs/ tools/clang/tools/extra/docs/ tools/polly/docs/ to… [all …]
|
/llvm-project/flang/ |
H A D | README.md | 13 Read more about flang in the [docs directory](docs). 14 Start with the [compiler overview](docs/Overview.md). 18 read [Fortran For C Programmers](docs/FortranForCProgrammers.md) 20 flang's specifications of the [Fortran grammar](docs/f2018-grammar.md) 22 the [OpenMP grammar](docs/OpenMP-4.5-grammar.md). 25 in [this document](docs/Extensions.md). 28 see the [discussion of intrinsics](docs/Intrinsics.md). 31 see the discussion of [runtime descriptors](docs/RuntimeDescriptor.md). 34 read the [style guide](docs/C++style.md) 36 also review [how flang uses modern C++ features](docs/C++17.md). [all …]
|
/llvm-project/openmp/docs/ |
H A D | README.txt | 8 system to create HTML pages which are hosted on <https://llvm.org/docs/> and 16 make docs-openmp-html 17 $BROWSER <build-dir>/docs/html/index.html 20 `docs/Foo.rst` <-> `<build-dir>/projects/openmp/docs//html/Foo.html` <-> 21 `https://openmp.llvm.org/docs/Foo.html`. 24 `llvm/docs/SphinxQuickstartTemplate.rst` which will get you writing 34 directory `<build-dir>/docs/man/`. 39 man -l >build-dir>/docs/man/FileCheck.1 42 `docs/CommandGuide/Foo.rst` <-> `<build-dir>/projects/openmp/docs//man/Foo.1`. 45 `https://openmp.llvm.org/docs/CommandGuide/Foo.html`.
|
H A D | index.rst | 20 <https://clang.llvm.org/docs/OpenMPSupport.html>`_ and Flang), through 67 <https://llvm.org/docs/Remarks.html>`_ issues during 77 .. _`[1]`: https://clang.llvm.org/docs/UsersManual.html#options-to-emit-optimization-reports 78 .. _`[2]`: https://clang.llvm.org/docs/ClangCommandLineReference.html#diagnostic-flags 79 .. _`[3]`: https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-foptimization… 80 .. _`[4]`: https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang1-fsave-optimi… 82 + `[1]`_ https://clang.llvm.org/docs/UsersManual.html#options-to-emit-optimization-reports 83 + `[2]`_ https://clang.llvm.org/docs/ClangCommandLineReference.html#diagnostic-flags 84 + `[3]`_ https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-foptimization-r… 85 + `[4]`_ https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang1-fsave-optimiza… [all …]
|
/llvm-project/clang/test/Index/ |
H A D | extract-api-cursor.m | 3 /// Foo docs 5 /// Bar docs 9 /// Base docs 11 /// Base property docs 14 /// Base method docs 18 /// Protocol docs 20 /// Protocol property docs 24 /// Derived docs 26 /// Derived method docs 34 /// Impl only docs [all …]
|
H A D | extract-api-usr.m | 1 /// Foo docs 3 /// Bar docs 7 /// Base docs 9 /// Base property docs 12 /// Base method docs 16 /// Protocol docs 18 /// Protocol property docs 22 /// Derived docs 24 /// Derived method docs 34 // CHECK-FOO-SAME: "text":"Foo docs" [all …]
|
/llvm-project/llvm/docs/_templates/ |
H A D | indexsidebar.html | 7 <li><a href="https://llvm.org/docs/GettingStartedTutorials.html">Getting Started/Tutorials</a></li> 8 <li><a href="https://llvm.org/docs/UserGuides.html">User Guides</a></li> 9 <li><a href="https://llvm.org/docs/Reference.html">Reference</a></li> 15 <li><a href="https://llvm.org/docs/Contributing.html">Contributing to LLVM</a></li> 16 <li><a href="https://llvm.org/docs/HowToSubmitABug.html">Submitting Bug Reports</a></li> 17 <li><a href="https://llvm.org/docs/GettingInvolved.html#mailing-lists">Mailing Lists</a></li> 18 <li><a href="https://llvm.org/docs/GettingInvolved.html#discord">Discord</a></li> 19 <li><a href="https://llvm.org/docs/GettingInvolved.html#meetups-and-social-events">Meetups and Social Events</a></li> 25 <li><a href="https://llvm.org/docs/FAQ.html">FAQ</a></li> 26 <li><a href="https://llvm.org/docs/Lexico [all...] |
/llvm-project/clang/docs/analyzer/ |
H A D | user-docs.rst | 1 User Docs 9 user-docs/Installation 10 user-docs/CommandLineUsage 11 user-docs/UsingWithXCode 12 user-docs/FilingBugs 13 user-docs/CrossTranslationUnit 14 user-docs/TaintAnalysisConfiguration 15 user-docs/Annotations 16 user-docs/FAQ
|
H A D | developer-docs.rst | 1 Developer Docs 9 developer-docs/DebugChecks 10 developer-docs/IPA 11 developer-docs/InitializerLists 12 developer-docs/nullability 13 developer-docs/RegionStore
|
/llvm-project/clang/www/analyzer/ |
H A D | installation.html | 6 <link rel="canonical" href="https://clang.llvm.org/docs/analyzer/user-docs/Installation.html"/> 7 …<meta http-equiv="refresh" content="0;url=https://clang.llvm.org/docs/analyzer/user-docs/Installat… 20 <a href="https://clang.llvm.org/docs/analyzer/user-docs/Installation.html">The new site</a> 21 <script>window.location='https://clang.llvm.org/docs/analyzer/user-docs/Installation.html'</script>
|
H A D | scan-build.html | 6 …<link rel="canonical" href="https://clang.llvm.org/docs/analyzer/user-docs/CommandLineUsage.html#s… 7 …<meta http-equiv="refresh" content="0;url=https://clang.llvm.org/docs/analyzer/user-docs/CommandLi… 20 <a href="https://clang.llvm.org/docs/analyzer/user-docs/CommandLineUsage.html#scan-build">The new s… 21 <script>window.location='https://clang.llvm.org/docs/analyzer/user-docs/CommandLineUsage.html#scan-…
|
H A D | command-line.html | 6 …<link rel="canonical" href="https://clang.llvm.org/docs/analyzer/user-docs/CommandLineUsage.html"/> 7 …<meta http-equiv="refresh" content="0;url=https://clang.llvm.org/docs/analyzer/user-docs/CommandLi… 20 <a href="https://clang.llvm.org/docs/analyzer/user-docs/CommandLineUsage.html">The new site</a> 21 <script>window.location='https://clang.llvm.org/docs/analyzer/user-docs/CommandLineUsage.html'</scr…
|
H A D | filing_bugs.html | 6 <link rel="canonical" href="https://clang.llvm.org/docs/analyzer/user-docs/FilingBugs.html"/> 7 …<meta http-equiv="refresh" content="0;url=https://clang.llvm.org/docs/analyzer/user-docs/FilingBug… 21 <a href="https://clang.llvm.org/docs/analyzer/user-docs/FilingBugs.html">The new site</a> 22 <script>window.location='https://clang.llvm.org/docs/analyzer/user-docs/FilingBugs.html'</script>
|
H A D | xcode.html | 6 <link rel="canonical" href="https://clang.llvm.org/docs/analyzer/user-docs/UsingWithXCode.html"/> 7 …<meta http-equiv="refresh" content="0;url=https://clang.llvm.org/docs/analyzer/user-docs/UsingWith… 20 <a href="https://clang.llvm.org/docs/analyzer/user-docs/UsingWithXCode.html">The new site</a> 21 <script>window.location='https://clang.llvm.org/docs/analyzer/user-docs/UsingWithXCode.html'</scrip…
|
H A D | codechecker.html | 6 …<link rel="canonical" href="https://clang.llvm.org/docs/analyzer/user-docs/CommandLineUsage.html#c… 7 …<meta http-equiv="refresh" content="0;url=https://clang.llvm.org/docs/analyzer/user-docs/CommandLi… 20 <a href="https://clang.llvm.org/docs/analyzer/user-docs/CommandLineUsage.html#codechecker">The new … 21 <script>window.location='https://clang.llvm.org/docs/analyzer/user-docs/CommandLineUsage.html#codec…
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
H A D | list.rst | 442 :doc:`clang-analyzer-core.BitwiseShift <clang-analyzer/core.BitwiseShift>`, `Clang Static Analyzer core.BitwiseShift <https://clang.llvm.org/docs/analyzer/checkers.html#core-bitwiseshift>`_, 443 :doc:`clang-analyzer-core.CallAndMessage <clang-analyzer/core.CallAndMessage>`, `Clang Static Analyzer core.CallAndMessage <https://clang.llvm.org/docs/analyzer/checkers.html#core-callandmessage>`_, 444 :doc:`clang-analyzer-core.DivideZero <clang-analyzer/core.DivideZero>`, `Clang Static Analyzer core.DivideZero <https://clang.llvm.org/docs/analyzer/checkers.html#core-dividezero>`_, 445 :doc:`clang-analyzer-core.NonNullParamChecker <clang-analyzer/core.NonNullParamChecker>`, `Clang Static Analyzer core.NonNullParamChecker <https://clang.llvm.org/docs/analyzer/checkers.html#core-nonnullparamchecker>`_, 446 :doc:`clang-analyzer-core.NullDereference <clang-analyzer/core.NullDereference>`, `Clang Static Analyzer core.NullDereference <https://clang.llvm.org/docs/analyzer/checkers.html#core-nulldereference>`_, 447 :doc:`clang-analyzer-core.StackAddressEscape <clang-analyzer/core.StackAddressEscape>`, `Clang Static Analyzer core.StackAddressEscape <https://clang.llvm.org/docs/analyzer/checkers.html#core-stackaddressescape>`_, 448 :doc:`clang-analyzer-core.UndefinedBinaryOperatorResult <clang-analyzer/core.UndefinedBinaryOperatorResult>`, `Clang Static Analyzer core.UndefinedBinaryOperatorResult <https://clang.llvm.org/docs/analyzer/checkers.html#core-undefinedbinaryoperatorresult>`_, 449 :doc:`clang-analyzer-core.VLASize <clang-analyzer/core.VLASize>`, `Clang Static Analyzer core.VLASize <https://clang.llvm.org/docs/analyzer/checkers.html#core-vlasize>`_, 450 :doc:`clang-analyzer-core.uninitialized.ArraySubscript <clang-analyzer/core.uninitialized.ArraySubscript>`, `Clang Static Analyzer core.uninitialized.ArraySubscript <https://clang.llvm.org/docs/analyzer/checkers.html#core-uninitialized-arraysubscript>`_, 451 :doc:`clang-analyzer-core.uninitialized.Assign <clang-analyzer/core.uninitialized.Assign>`, `Clang Static Analyzer core.uninitialized.Assign <https://clang.llvm.org/docs/analyze [all...] |
/llvm-project/clang/docs/ |
H A D | CMakeLists.txt | 81 set_target_properties(doxygen-clang PROPERTIES FOLDER "Clang/Docs") 89 DESTINATION docs/html) 115 add_custom_target(copy-clang-rst-docs 129 add_custom_command(TARGET docs-clang-html POST_BUILD 134 list(APPEND docs_targets "docs-clang-html") 138 list(APPEND docs_targets "docs-clang-man") 142 gen_rst_file_from_td(AttributeReference.rst -gen-attr-docs ../include/clang/Basic/Attr.td "${docs_targets}") 143 gen_rst_file_from_td(DiagnosticsReference.rst -gen-diag-docs ../include/clang/Basic/Diagnostic.td "${docs_targets}") 144 gen_rst_file_from_td(ClangCommandLineReference.rst -gen-opt-docs ../include/clang/Driver/ClangOptionDocs.td "${docs_targets}") 147 add_dependencies(${target} copy-clang-rst-docs) [all...] |
/llvm-project/flang/docs/FIR/ |
H A D | CreateFIRLangRef.py | 6 # These paths are relative to flang/docs in the build directory, not source, as that's where this t… 11 # 1. Writes line 1 from docs to output, (comment line that the file is autogenerated) 14 # 4. Writes the remainder of docs to the output file 16 with open(HEADER_PATH, "r") as header, open(DOCS_PATH, "r") as docs: 17 output.write(docs.readline()) 20 output.write(docs.read())
|
/llvm-project/flang/docs/ |
H A D | CMakeLists.txt | 82 set_target_properties(doxygen-flang PROPERTIES FOLDER "Flang/Docs") 89 DESTINATION docs/html) 111 add_dependencies(docs-flang-html copy-flang-src-docs) 113 …# Copy the flang/docs directory and the generated FIRLangRef.md file to a place in the binary dire… 116 add_custom_target(copy-flang-src-docs 124 add_custom_command(TARGET copy-flang-src-docs 130 …gen_rst_file_from_td(FlangCommandLineReference.rst -gen-opt-docs FlangOptionsDocs.td docs-flang-ht…
|
H A D | GettingInvolved.md | 1 <!--===- docs/GettingInvolved.md 23 [LLVM contribution process](https://llvm.org/docs/Contributing.html). 54 found in this [Google Doc](https://docs.google.com/document/d/1Z2U5UAtJ-Dag5wlMaLaW1KRmNgENNAYynJqLW2j2AZQ/). Alternative methods of joining, such as call-in numbers, are also available. 57 - Meeting minutes are available in this [Google Doc](https://docs.google.com/document/d/1Z2U5UAtJ-Dag5wlMaLaW1KRmNgENNAYynJqLW2j2AZQ/edit). 65 found in this [Google Doc](https://docs.google.com/document/d/1Z2U5UAtJ-Dag5wlMaLaW1KRmNgENNAYynJqLW2j2AZQ/). Alternative methods of joining, such as call-in numbers, are also available. 67 - The agenda is in this [Google Doc](https://docs.google.com/document/d/1Z2U5UAtJ-Dag5wlMaLaW1KRmNgENNAYynJqLW2j2AZQ/). 74 - The agenda is in this [Google Doc](https://docs.google.com/document/d/17U-WvX8qyKc3S36YUKr3xfF-GHunWyYowXbxEdpHscw). 81 - Meeting minutes are [here](https://docs.google.com/document/d/1yA-MeJf6RYY-ZXpdol0t7YoDoqtwAyBhFLr5thu5pFI). 82 - Status tracking [page](https://docs.google.com/spreadsheets/d/1FvHPuSkGbl4mQZRAwCIndvQx9dQboffiD-xD0oqxgU0/edit#gid=0). 89 - Meeting minutes are [here](https://docs [all...] |