forked from checkedc/checkedc-clang
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Describe cv modifiers and checked pointer types.
Checked pointer types can be used with cv modifiers. Add an axplanation of this to the design. Add examples of variable declarations that use pointer types with CV modifiers. This also includes a few other changes: - Explain that the idea of span goes way back in computer science. The name is new, but the idea has a long history. Cite a paper on implementing ALGOL 60. - Improve the description of the new checked pointer types in the introduction. - Remove some awkward phrasing in the description of bounds-safe interfaces in the introduction.
- Loading branch information
Showing
3 changed files
with
81 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters