llvm-project/clang/www/analyzer
Artem Dergachev 8419cf307e [analyzer] Add security checks for bcmp(), bcopy(), bzero().
These functions are obsolete. The analyzer would advice to replace them with
memcmp(), memcpy() or memmove(), or memset().

Patch by Tom Rix!

Differential Revision: https://reviews.llvm.org/D41881

llvm-svn: 333326
2018-05-26 00:04:26 +00:00
..
images
scripts fix trivial typos in comments; NFC 2017-07-03 08:49:44 +00:00
alpha_checks.html Fix typos in clang 2018-04-06 15:14:32 +00:00
annotations.html [www] Fix a typo on the analyzer website 2016-11-01 11:12:41 +00:00
available_checks.html [analyzer] Add security checks for bcmp(), bcopy(), bzero(). 2018-05-26 00:04:26 +00:00
checker_dev_manual.html [www] Update link to analyzer's "Building a Checker in 24 hours" video 2018-02-26 00:39:25 +00:00
content.css
faq.html [www] Add nullability questions to analyzer FAQ. 2016-08-19 22:04:45 +00:00
filing_bugs.html
implicit_checks.html [analyzer] Add missing documentation for static analyzer checkers 2017-07-18 00:34:57 +00:00
index.html [www] Update analyzer website for release of checker-279 2016-11-16 00:47:56 +00:00
installation.html Create install targets for scan-build and scan-view 2015-11-09 16:12:56 +00:00
latest_checker.html.incl [www] Update analyzer website for release of checker-279 2016-11-16 00:47:56 +00:00
menu.css
menu.html.incl
open_projects.html [www] Update link to analyzer's "Building a Checker in 24 hours" video 2018-02-26 00:39:25 +00:00
potential_checkers.html [analyzer] Update alpha and potential checker documentation, esp. alpha.valist 2016-10-18 01:15:19 +00:00
release_notes.html [www] Fix spelling error in checker release notes. 2016-11-16 14:23:41 +00:00
scan-build.html Fix typo. NFC 2018-01-31 12:06:15 +00:00
xcode.html