Files
swift-mirror/docs/contents.rst
George Karpenkov efe143c2f4 Adding support for -sanitize=fuzzer flag (#11381)
Similarly to Clang, the flag enables coverage instrumentation, and links
`libLLVMFuzzer.a` to the produced binary.
Additionally, this change affects the driver logic, and enables the
concurrent usage of multiple sanitizers.
2017-08-07 18:16:51 -07:00

26 lines
414 B
ReStructuredText

.. @raise litre.TestsAreMissing
.. _contents:
Contents
========
.. toctree::
:maxdepth: 1
IndexInvalidation
AccessControl
DriverInternals
DriverParseableOutput
ErrorHandling
ErrorHandlingRationale
Generics
LogicalObjects
ObjectInitialization
PatternMatching
StoredAndComputedVariables
SIL
TypeChecker
DebuggingTheCompiler
OptimizationTips
libFuzzerIntegration