Update for feedback

This commit is contained in:
Felicity Chapman
2018-11-13 16:50:00 +00:00
parent 2e8f51a545
commit c6af79979c
8 changed files with 14 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
/**
* @name Initialization code not run
* @description Using an uninitialized variable may lead to undefined results.
* @description Not running initialization code may lead to unexpected behavior.
* @kind problem
* @id cpp/initialization-not-run
* @problem.severity warning