|
clang
5.0.0
|
#include "ClangSACheckers.h"#include "InterCheckerAPI.h"#include "clang/Basic/CharInfo.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 "llvm/ADT/STLExtras.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 bool | isCPPStdLibraryFunction (const FunctionDecl *FD, StringRef Name) |
| #define REGISTER_CHECKER | ( | name | ) |
Definition at line 2263 of file CStringChecker.cpp.
|
static |
Definition at line 2051 of file CStringChecker.cpp.
References clang::NamedDecl::getIdentifier(), clang::IdentifierInfo::getName(), and clang::AnalysisDeclContext::isInStdNamespace().
1.8.6