clang 19.0.0git
Namespaces | Macros
BuiltinCheckerRegistration.h File Reference
#include "clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h"
#include "clang/StaticAnalyzer/Checkers/Checkers.inc"

Go to the source code of this file.

Namespaces

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

Macros

#define GET_CHECKERS
 
#define CHECKER(FULLNAME, CLASS, HELPTEXT, DOC_URI, IS_HIDDEN)
 

Macro Definition Documentation

◆ CHECKER

#define CHECKER (   FULLNAME,
  CLASS,
  HELPTEXT,
  DOC_URI,
  IS_HIDDEN 
)
Value:
void register##CLASS(CheckerManager &mgr); \
bool shouldRegister##CLASS(const CheckerManager &mgr);

Definition at line 25 of file BuiltinCheckerRegistration.h.

◆ GET_CHECKERS

#define GET_CHECKERS

Definition at line 24 of file BuiltinCheckerRegistration.h.