[all-commits] [llvm/llvm-project] dda2ce: [BoundsSafety] Initial documentation for -fbounds-...
Yeoul Na via All-commits
all-commits at lists.llvm.org
Tue Jan 16 13:40:58 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dda2ce82c2ec8a3b988636c6cebb76eb32b4de05
https://github.com/llvm/llvm-project/commit/dda2ce82c2ec8a3b988636c6cebb76eb32b4de05
Author: Yeoul Na <yeoul_na at apple.com>
Date: 2024-01-16 (Tue, 16 Jan 2024)
Changed paths:
A clang/docs/BoundsSafety.rst
A clang/docs/BoundsSafetyImplPlans.rst
M clang/docs/index.rst
Log Message:
-----------
[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.
More information about the All-commits
mailing list