3 Commits

Author SHA1 Message Date
Piotr Fusik
3a66ebae06
[BoundsSafety][doc] Fix a typo (#126247) 2025-02-10 15:55:27 +08:00
Yeoul Na
f47778455d
[BoundsSafety][doc] Make it clear that the feature is work-in-progress (#95964)
The `-fbounds-safety` feature is not available yet and the
implementation is still in progress, which will be guarded by
`-fexperimental-bounds-safety`. To avoid the confusion, we're making it
more explicit that the feature is not available yet and the document
only describes the model.
2024-06-20 15:54:25 -07:00
Yeoul Na
dda2ce82c2
[BoundsSafety] Initial documentation for -fbounds-safety (#70749)
The document is mostly the exact copy of RFC: Enforcing Bounds Safety in
C, except some clarifications made over the PR review:

https://discourse.llvm.org/t/rfc-enforcing-bounds-safety-in-c-fbounds-safety/70854

Further changes and clarifications for the programming model will be
done as separate patches to make it easier to track history of changes.
2024-01-16 13:40:45 -08:00