Skip to content

[docs] Add guide for Undefined Behavior #119220

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Dec 11, 2024
4 changes: 4 additions & 0 deletions llvm/docs/Reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ LLVM and API reference documentation.
TestingGuide
TransformMetadata
TypeMetadata
UndefinedBehavior
XRay
XRayExample
XRayFDRFormat
Expand Down Expand Up @@ -120,6 +121,9 @@ LLVM IR
Defines the LLVM intermediate representation and the assembly form of the
different nodes.

:doc:`Undefined Behavior (UB) <UndefinedBehavior>`
A guide on what UB/undef/poison are and when to use each one.

:doc:`InAlloca`
Description of the ``inalloca`` argument attribute.

Expand Down
Loading
Loading