Code analysis can easily be run on your code if you utilize the source-code annotation language (SAL, not S-CAL). The Visual Studio code analysis tool uses SAL annotations to modify its analysis of functions. To get started with reading about SAL check out these links (and yes, this is a link document): Understanding SAL: http://msdn.microsoft.com/en-us/library/windows/apps/hh916383(v=vs.120).aspx Using SAL Annotations to Reduce C/C++ Code Defects, has a number of useful links: http...(read more)
↧