clang 19.0.0git
Classes | Namespaces | Enumerations
CheckerManager.h File Reference
#include "clang/Analysis/ProgramPoint.h"
#include "clang/Basic/Diagnostic.h"
#include "clang/Basic/LangOptions.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/Store.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include <vector>

Go to the source code of this file.

Classes

class  clang::ento::CheckerFn< RET(Ps...)>
 
class  clang::ento::CheckerNameRef
 This wrapper is used to ensure that only StringRefs originating from the CheckerRegistry are used as check names. More...
 
class  clang::ento::CheckerManager
 

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 
namespace  clang::ento
 

Enumerations

enum  clang::ento::PointerEscapeKind {
  clang::ento::PSK_EscapeOnBind , clang::ento::PSK_DirectEscapeOnCall , clang::ento::PSK_IndirectEscapeOnCall , clang::ento::PSK_EscapeOutParameters ,
  clang::ento::PSK_EscapeOther
}
 Describes the different reasons a pointer escapes during analysis. More...
 
enum class  clang::ento::ObjCMessageVisitKind { clang::ento::Pre , clang::ento::Post , clang::ento::MessageNil }