Add comments.

llvm-svn: 86532
This commit is contained in:
Zhongxing Xu 2009-11-09 08:13:04 +00:00
parent f06c684a33
commit f69973c858
1 changed files with 1 additions and 0 deletions

View File

@ -215,6 +215,7 @@ void WalkAST::CheckLoopConditionForFloat(const ForStmt *FS) {
// Check: Any use of 'gets' is insecure.
// Originally: <rdar://problem/6335715>
// Implements (part of): 300-BSI (buildsecurityin.us-cert.gov)
// CWE-242: Use of Inherently Dangerous Function
//===----------------------------------------------------------------------===//
void WalkAST::CheckCall_gets(const CallExpr *CE, const FunctionDecl *FD) {