clang
3.9.0
|
#include "ClangSACheckers.h"
#include "clang/AST/ParentMap.h"
#include "clang/Basic/TargetInfo.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/CallEvent.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Macros | |
#define | REGISTER_CHECKER(name) |
Functions | |
static StringRef | describeUninitializedArgumentInCall (const CallEvent &Call, bool IsFirstArgument) |
static bool | supportsNilWithFloatRet (const llvm::Triple &triple) |
#define REGISTER_CHECKER | ( | name | ) |
Definition at line 589 of file CallAndMessageChecker.cpp.
|
static |
Definition at line 114 of file CallAndMessageChecker.cpp.
References clang::ento::CE_Block, clang::ento::CE_ObjCMessage, clang::ento::CallEvent::getKind(), clang::ObjCMethodCall::getMessageKind(), clang::ObjCMethodCall::isSetter(), clang::OCM_Message, clang::OCM_PropertyAccess, and clang::OCM_Subscript.
|
static |
Definition at line 523 of file CallAndMessageChecker.cpp.