Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/code-quality/understanding-sal.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,8 @@ Here are some guidelines:

Or you can annotate all parameters to make your intent clear throughout and to make it easy to check that annotations have been done.

Diagrams in [these slides](https://www.cs.cmu.edu/~fp/courses/15122-f10/lectures/25-sal.pdf) are very helpful for visualizing and recaling SAL concepts.

## See also

- [Using SAL Annotations to Reduce C/C++ Code Defects](../code-quality/using-sal-annotations-to-reduce-c-cpp-code-defects.md)
Expand Down