forked from OSchip/llvm-project
parent
9c49762776
commit
70e5526a61
|
@ -55,6 +55,8 @@ void WalkAST::VisitForStmt(ForStmt *FS) {
|
|||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Check: floating poing variable used as loop counter.
|
||||
// Originally: <rdar://problem/6336718>
|
||||
// Implements: CERT security coding advisory FLP-30.
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
static const DeclRefExpr*
|
||||
|
|
Loading…
Reference in New Issue