|
clang
3.8.0
|
#include "ClangSACheckers.h"#include "clang/AST/StmtVisitor.h"#include "clang/Analysis/AnalysisContext.h"#include "clang/Basic/TargetInfo.h"#include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"#include "clang/StaticAnalyzer/Core/Checker.h"#include "clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h"#include "llvm/ADT/SmallString.h"#include "llvm/ADT/StringSwitch.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Macros | |
| #define | REGISTER_CHECKER(name) |
Functions | |
| static bool | isArc4RandomAvailable (const ASTContext &Ctx) |
| static const DeclRefExpr * | getIncrementedVar (const Expr *expr, const VarDecl *x, const VarDecl *y) |
| #define REGISTER_CHECKER | ( | name | ) |
Definition at line 760 of file CheckSecuritySyntaxOnly.cpp.
|
static |
Definition at line 186 of file CheckSecuritySyntaxOnly.cpp.
References clang::BO_Comma, clang::Expr::IgnoreParenCasts(), and y.
|
static |
Definition at line 28 of file CheckSecuritySyntaxOnly.cpp.
References clang::ASTContext::getTargetInfo(), and clang::TargetInfo::getTriple().
1.8.6