mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-03 00:06:06 +00:00

This was added in the initial commit to use Sphinx ~12 years ago, but is a dead link in our docs. Removing it and the python bits that appear to be unused.
118 lines
2.1 KiB
ReStructuredText
118 lines
2.1 KiB
ReStructuredText
.. Clang documentation master file, created by
|
|
sphinx-quickstart on Sun Dec 9 20:01:55 2012.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
.. title:: Welcome to Clang's documentation!
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
ReleaseNotes
|
|
|
|
Using Clang as a Compiler
|
|
=========================
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
UsersManual
|
|
Toolchain
|
|
LanguageExtensions
|
|
ClangCommandLineReference
|
|
AttributeReference
|
|
DiagnosticsReference
|
|
CrossCompilation
|
|
ClangStaticAnalyzer
|
|
ThreadSafetyAnalysis
|
|
DataFlowAnalysisIntro
|
|
AddressSanitizer
|
|
ThreadSanitizer
|
|
MemorySanitizer
|
|
UndefinedBehaviorSanitizer
|
|
DataFlowSanitizer
|
|
LeakSanitizer
|
|
SanitizerCoverage
|
|
SanitizerStats
|
|
SanitizerSpecialCaseList
|
|
ControlFlowIntegrity
|
|
LTOVisibility
|
|
SafeStack
|
|
ShadowCallStack
|
|
SourceBasedCodeCoverage
|
|
StandardCPlusPlusModules
|
|
Modules
|
|
MSVCCompatibility
|
|
MisExpect
|
|
OpenCLSupport
|
|
OpenMPSupport
|
|
SYCLSupport
|
|
HLSL/HLSLDocs
|
|
ThinLTO
|
|
APINotes
|
|
DebuggingCoroutines
|
|
CommandGuide/index
|
|
FAQ
|
|
|
|
Using Clang as a Library
|
|
========================
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
Tooling
|
|
ExternalClangExamples
|
|
IntroductionToTheClangAST
|
|
LibTooling
|
|
LibFormat
|
|
ClangPlugins
|
|
RAVFrontendAction
|
|
LibASTMatchersTutorial
|
|
LibASTMatchers
|
|
ClangTransformerTutorial
|
|
LibASTImporter
|
|
HowToSetupToolingForLLVM
|
|
JSONCompilationDatabase
|
|
RefactoringEngine
|
|
|
|
Using Clang Tools
|
|
=================
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
ClangTools
|
|
ClangCheck
|
|
ClangFormat
|
|
ClangFormatStyleOptions
|
|
ClangFormattedStatus
|
|
ClangLinkerWrapper
|
|
ClangNvlinkWrapper
|
|
ClangOffloadBundler
|
|
ClangOffloadWrapper
|
|
ClangOffloadPackager
|
|
ClangRepl
|
|
|
|
Design Documents
|
|
================
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
CodeOwners
|
|
InternalsManual
|
|
DriverInternals
|
|
OffloadingDesign
|
|
PCHInternals
|
|
ItaniumMangleAbiTags
|
|
HardwareAssistedAddressSanitizerDesign.rst
|
|
ConstantInterpreter
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`search`
|
|
|