clang API Documentation
#include "ClangSACheckers.h"#include "clang/AST/Attr.h"#include "clang/Basic/Builtins.h"#include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"#include "clang/StaticAnalyzer/Core/Checker.h"#include "clang/StaticAnalyzer/Core/CheckerManager.h"#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"#include "clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h"#include <climits>
Go to the source code of this file.
Functions | |
| static bool | getPrintfFormatArgumentNum (const CallExpr *CE, const CheckerContext &C, unsigned int &ArgNum) |
| static bool getPrintfFormatArgumentNum | ( | const CallExpr * | CE, |
| const CheckerContext & | C, | ||
| unsigned int & | ArgNum | ||
| ) | [static] |
Definition at line 606 of file GenericTaintChecker.cpp.
References clang::ento::CheckerContext::getCalleeDecl(), clang::ento::CheckerContext::getCalleeName(), clang::CallExpr::getNumArgs(), and clang::Decl::specific_attrs().