clang API Documentation

Functions
GenericTaintChecker.cpp File Reference
#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>
Include dependency graph for GenericTaintChecker.cpp:

Go to the source code of this file.

Functions

static bool getPrintfFormatArgumentNum (const CallExpr *CE, const CheckerContext &C, unsigned int &ArgNum)

Function Documentation

static bool getPrintfFormatArgumentNum ( const CallExpr CE,
const CheckerContext C,
unsigned int &  ArgNum 
) [static]