Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 2.19 KB

using-sal-annotations-to-reduce-c-cpp-code-defects.md

File metadata and controls

52 lines (32 loc) · 2.19 KB
description title ms.date ms.topic helpviewer_keywords ms.assetid
Learn more about: Using SAL Annotations to Reduce C/C++ Code Defects
Using SAL Annotations to Reduce C/C++ Code Defects
11/04/2016
conceptual
annotations
SAL annotations
code analysis, annotation
a16e47d0-6f3e-4ed6-8883-459b2874e9a4

Using SAL Annotations to Reduce C/C++ Code Defects

SAL is the Microsoft source code annotation language. By using source code annotations, you can make the intent behind your code explicit. These annotations also enable automated static analysis tools to analyze your code more accurately, with significantly fewer false positives and false negatives.

The articles in this section of the documentation discuss aspects of SAL, provide reference for SAL syntax, and give examples of its use.

See Also

SAL 2.0 Annotations for Windows Drivers