Skip to content

Instantly share code, notes, and snippets.

@njames93
Last active January 25, 2020 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save njames93/b1070cd6a4cc1a47e729eda80854e46c to your computer and use it in GitHub Desktop.
Save njames93/b1070cd6a4cc1a47e729eda80854e46c to your computer and use it in GitHub Desktop.
misc-missing-header-file-declaration ran on clang/lib
/home/nathan/src/llvm-project/clang/lib/Basic/Targets.cpp:54:6: warning: Function 'DefineStd' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void DefineStd(MacroBuilder &Builder, StringRef MacroName,
^
/home/nathan/src/llvm-project/clang/lib/Basic/Targets.cpp:70:6: warning: Function 'defineCPUMacros' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void defineCPUMacros(MacroBuilder &Builder, StringRef CPUName, bool Tuning) {
^
/home/nathan/src/llvm-project/clang/lib/Basic/Targets.cpp:77:6: warning: Function 'addCygMingDefines' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void addCygMingDefines(const LangOptions &Opts, MacroBuilder &Builder) {
^
/home/nathan/src/llvm-project/clang/lib/Basic/Targets.cpp:105:13: warning: Function 'AllocateTarget' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
TargetInfo *AllocateTarget(const llvm::Triple &Triple,
^
/home/nathan/src/llvm-project/clang/lib/AST/ASTImporter.cpp:112:3: warning: Function 'getCanonicalForwardRedeclChain' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
getCanonicalForwardRedeclChain(Redeclarable<T>* D) {
^
/home/nathan/src/llvm-project/clang/lib/AST/ASTImporter.cpp:133:8: warning: Function 'updateFlags' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void updateFlags(const Decl *From, Decl *To) {
^
/home/nathan/src/llvm-project/clang/lib/AST/ExprConstant.cpp:3156:1: warning: Function 'findSubobject' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
findSubobject(EvalInfo &Info, const Expr *E, const CompleteObject &Obj,
^
/home/nathan/src/llvm-project/clang/lib/AST/ExprConstant.cpp:6088:6: warning: Function 'HandleOperatorDeleteCall' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool HandleOperatorDeleteCall(EvalInfo &Info, const CallExpr *E) {
^
/home/nathan/src/llvm-project/clang/lib/AST/ItaniumCXXABI.cpp:78:27: warning: Function 'isDenseMapKeyEmpty' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
template<typename T> bool isDenseMapKeyEmpty(T V) {
^
/home/nathan/src/llvm-project/clang/lib/AST/ItaniumCXXABI.cpp:82:27: warning: Function 'isDenseMapKeyTombstone' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
template<typename T> bool isDenseMapKeyTombstone(T V) {
^
/home/nathan/src/llvm-project/clang/lib/AST/ItaniumCXXABI.cpp:88:16: warning: Function 'areDenseMapKeysEqualSpecialValues' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
Optional<bool> areDenseMapKeysEqualSpecialValues(T LHS, T RHS) {
^
/home/nathan/src/llvm-project/clang/lib/ASTMatchers/ASTMatchersInternal.cpp:295:6: warning: Function 'NotUnaryOperator' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool NotUnaryOperator(const ast_type_traits::DynTypedNode &DynNode,
^
/home/nathan/src/llvm-project/clang/lib/ASTMatchers/ASTMatchersInternal.cpp:315:6: warning: Function 'AllOfVariadicOperator' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool AllOfVariadicOperator(const ast_type_traits::DynTypedNode &DynNode,
^
/home/nathan/src/llvm-project/clang/lib/ASTMatchers/ASTMatchersInternal.cpp:329:6: warning: Function 'EachOfVariadicOperator' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool EachOfVariadicOperator(const ast_type_traits::DynTypedNode &DynNode,
^
/home/nathan/src/llvm-project/clang/lib/ASTMatchers/ASTMatchersInternal.cpp:346:6: warning: Function 'AnyOfVariadicOperator' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool AnyOfVariadicOperator(const ast_type_traits::DynTypedNode &DynNode,
^
/home/nathan/src/llvm-project/clang/lib/ASTMatchers/ASTMatchersInternal.cpp:360:6: warning: Function 'OptionallyVariadicOperator' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool OptionallyVariadicOperator(const ast_type_traits::DynTypedNode &DynNode,
^
/home/nathan/src/llvm-project/clang/lib/ASTMatchers/Dynamic/Parser.cpp:64:38: warning: Variable 'ID_Bind' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
const char* const Parser::TokenInfo::ID_Bind = "bind";
^
/home/nathan/src/llvm-project/clang/lib/Sema/SemaModule.cpp:609:10: warning: Function 'getUnnamedDeclDiag' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
unsigned getUnnamedDeclDiag(UnnamedDeclKind UDK, bool InBlock) {
^
/home/nathan/src/llvm-project/clang/lib/CodeGen/TargetInfo.cpp:8969:6: warning: Function 'computeSPIRKernelABIInfo' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void computeSPIRKernelABIInfo(CodeGenModule &CGM, CGFunctionInfo &FI) {
^
/home/nathan/src/llvm-project/clang/lib/Analysis/plugins/CheckerDependencyHandling/CheckerDependencyHandling.cpp:19:17: warning: Function 'clang_registerCheckers' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
extern "C" void clang_registerCheckers(CheckerRegistry &registry) {
^
/home/nathan/src/llvm-project/clang/lib/Analysis/plugins/CheckerDependencyHandling/CheckerDependencyHandling.cpp:27:23: warning: Variable 'clang_analyzerAPIVersionString' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
extern "C" const char clang_analyzerAPIVersionString[] =
^
/home/nathan/src/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/MainCallChecker.cpp:47:17: warning: Function 'clang_registerCheckers' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
extern "C" void clang_registerCheckers(CheckerRegistry &registry) {
^
/home/nathan/src/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/MainCallChecker.cpp:53:23: warning: Variable 'clang_analyzerAPIVersionString' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
extern "C" const char clang_analyzerAPIVersionString[] =
^
/home/nathan/src/llvm-project/clang/lib/Analysis/plugins/CheckerOptionHandling/CheckerOptionHandling.cpp:29:17: warning: Function 'clang_registerCheckers' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
extern "C" void clang_registerCheckers(CheckerRegistry &registry) {
^
/home/nathan/src/llvm-project/clang/lib/Analysis/plugins/CheckerOptionHandling/CheckerOptionHandling.cpp:43:23: warning: Variable 'clang_analyzerAPIVersionString' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
extern "C" const char clang_analyzerAPIVersionString[] =
^
/home/nathan/src/llvm-project/clang/lib/Tooling/AllTUsExecution.cpp:177:14: warning: Variable 'AllTUsToolExecutorAnchorSource' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
volatile int AllTUsToolExecutorAnchorSource = 0;
^
/home/nathan/src/llvm-project/clang/lib/Tooling/JSONCompilationDatabase.cpp:190:14: warning: Variable 'JSONAnchorSource' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
volatile int JSONAnchorSource = 0;
^
/home/nathan/src/llvm-project/clang/lib/Tooling/StandaloneExecution.cpp:89:14: warning: Variable 'StandaloneToolExecutorAnchorSource' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
volatile int StandaloneToolExecutorAnchorSource = 0;
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Core/DynamicType.cpp:122:17: warning: Function 'removeDead' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
ProgramStateRef removeDead(ProgramStateRef State, const MapTy &Map,
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp:137:12: warning: Function 'createHTMLDiagnosticConsumer' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::createHTMLDiagnosticConsumer(
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp:144:12: warning: Function 'createHTMLSingleFileDiagnosticConsumer' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::createHTMLSingleFileDiagnosticConsumer(
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp:583:12: warning: Function 'createPlistDiagnosticConsumer' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::createPlistDiagnosticConsumer(
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp:591:12: warning: Function 'createPlistMultiFileDiagnosticConsumer' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::createPlistMultiFileDiagnosticConsumer(
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp:199:6: warning: Function 'shouldCompletelyUnroll' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool shouldCompletelyUnroll(const Stmt *LoopStmt, ASTContext &ASTCtx,
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp:231:6: warning: Function 'madeNewBranch' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool madeNewBranch(ExplodedNode *N, const Stmt *LoopStmt) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp:49:12: warning: Function 'createSarifDiagnosticConsumer' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::createSarifDiagnosticConsumer(
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp:185:12: warning: Function 'registerAnalysisOrderChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerAnalysisOrderChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp:189:12: warning: Function 'shouldRegisterAnalysisOrderChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterAnalysisOrderChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp:139:12: warning: Function 'registerAnalyzerStatsChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerAnalyzerStatsChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp:143:12: warning: Function 'shouldRegisterAnalyzerStatsChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterAnalyzerStatsChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp:91:12: warning: Function 'registerArrayBoundChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerArrayBoundChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp:95:12: warning: Function 'shouldRegisterArrayBoundChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterArrayBoundChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp:355:12: warning: Function 'registerArrayBoundCheckerV2' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerArrayBoundCheckerV2(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp:359:12: warning: Function 'shouldRegisterArrayBoundCheckerV2' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterArrayBoundCheckerV2(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp:1242:12: warning: Function 'registerNilArgChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerNilArgChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp:1246:12: warning: Function 'shouldRegisterNilArgChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterNilArgChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp:1250:12: warning: Function 'registerCFNumberChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerCFNumberChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp:1254:12: warning: Function 'shouldRegisterCFNumberChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterCFNumberChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp:1258:12: warning: Function 'registerCFRetainReleaseChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerCFRetainReleaseChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp:1262:12: warning: Function 'shouldRegisterCFRetainReleaseChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterCFRetainReleaseChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp:1266:12: warning: Function 'registerClassReleaseChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerClassReleaseChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp:1270:12: warning: Function 'shouldRegisterClassReleaseChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterClassReleaseChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp:1274:12: warning: Function 'registerVariadicMethodTypeChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerVariadicMethodTypeChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp:1278:12: warning: Function 'shouldRegisterVariadicMethodTypeChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterVariadicMethodTypeChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp:1282:12: warning: Function 'registerObjCLoopChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerObjCLoopChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp:1286:12: warning: Function 'shouldRegisterObjCLoopChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterObjCLoopChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp:1290:12: warning: Function 'registerObjCNonNilReturnValueChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerObjCNonNilReturnValueChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp:1294:12: warning: Function 'shouldRegisterObjCNonNilReturnValueChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterObjCNonNilReturnValueChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp:183:12: warning: Function 'registerBlockInCriticalSectionChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerBlockInCriticalSectionChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp:187:12: warning: Function 'shouldRegisterBlockInCriticalSectionChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterBlockInCriticalSectionChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp:133:12: warning: Function 'registerBuiltinFunctionChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerBuiltinFunctionChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp:137:12: warning: Function 'shouldRegisterBuiltinFunctionChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterBuiltinFunctionChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/BoolAssignmentChecker.cpp:156:12: warning: Function 'registerBoolAssignmentChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerBoolAssignmentChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/BoolAssignmentChecker.cpp:160:12: warning: Function 'shouldRegisterBoolAssignmentChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterBoolAssignmentChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp:2433:12: warning: Function 'registerCStringModeling' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerCStringModeling(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp:2437:12: warning: Function 'shouldRegisterCStringModeling' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterCStringModeling(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp:290:12: warning: Function 'registerCStringSyntaxChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerCStringSyntaxChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp:294:12: warning: Function 'shouldRegisterCStringSyntaxChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterCStringSyntaxChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp:604:12: warning: Function 'registerCallAndMessageChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerCallAndMessageChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp:608:12: warning: Function 'shouldRegisterCallAndMessageChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterCallAndMessageChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp:612:12: warning: Function 'registerCallAndMessageUnInitRefArg' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerCallAndMessageUnInitRefArg(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp:618:12: warning: Function 'shouldRegisterCallAndMessageUnInitRefArg' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterCallAndMessageUnInitRefArg(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp:142:12: warning: Function 'registerCastSizeChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerCastSizeChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp:146:12: warning: Function 'shouldRegisterCastSizeChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterCastSizeChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp:435:12: warning: Function 'registerCastValueChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerCastValueChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp:439:12: warning: Function 'shouldRegisterCastValueChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterCastValueChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/CheckObjCInstMethSignature.cpp:137:12: warning: Function 'registerObjCMethSigsChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerObjCMethSigsChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/CheckObjCInstMethSignature.cpp:141:12: warning: Function 'shouldRegisterObjCMethSigsChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterObjCMethSigsChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp:1087:12: warning: Function 'registerObjCDeallocChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerObjCDeallocChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp:1091:12: warning: Function 'shouldRegisterObjCDeallocChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterObjCDeallocChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp:1075:12: warning: Function 'registerSecuritySyntaxChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerSecuritySyntaxChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp:1079:12: warning: Function 'shouldRegisterSecuritySyntaxChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterSecuritySyntaxChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp:119:12: warning: Function 'registerCastToStructChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerCastToStructChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp:123:12: warning: Function 'shouldRegisterCastToStructChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterCastToStructChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/CheckSizeofPointer.cpp:90:12: warning: Function 'registerSizeofPointerChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerSizeofPointerChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/CheckSizeofPointer.cpp:94:12: warning: Function 'shouldRegisterSizeofPointerChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterSizeofPointerChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/CloneChecker.cpp:194:12: warning: Function 'registerCloneChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerCloneChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/CloneChecker.cpp:211:12: warning: Function 'shouldRegisterCloneChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterCloneChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp:195:12: warning: Function 'registerConversionChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerConversionChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp:199:12: warning: Function 'shouldRegisterConversionChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterConversionChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ChrootChecker.cpp:135:12: warning: Function 'registerChrootChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerChrootChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ChrootChecker.cpp:139:12: warning: Function 'shouldRegisterChrootChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterChrootChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp:75:12: warning: Function 'registerCXXSelfAssignmentChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerCXXSelfAssignmentChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp:79:12: warning: Function 'shouldRegisterCXXSelfAssignmentChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterCXXSelfAssignmentChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugIteratorModeling.cpp:190:12: warning: Function 'registerDebugIteratorModeling' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerDebugIteratorModeling(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugIteratorModeling.cpp:194:12: warning: Function 'shouldRegisterDebugIteratorModeling' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterDebugIteratorModeling(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp:533:12: warning: Function 'registerDeadStoresChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerDeadStoresChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp:543:12: warning: Function 'shouldRegisterDeadStoresChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterDeadStoresChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DeleteWithNonVirtualDtorChecker.cpp:146:12: warning: Function 'registerDeleteWithNonVirtualDtorChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerDeleteWithNonVirtualDtorChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DeleteWithNonVirtualDtorChecker.cpp:150:12: warning: Function 'shouldRegisterDeleteWithNonVirtualDtorChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterDeleteWithNonVirtualDtorChecker(
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp:303:12: warning: Function 'registerDereferenceChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerDereferenceChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp:307:12: warning: Function 'shouldRegisterDereferenceChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterDereferenceChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp:100:12: warning: Function 'registerDivZeroChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerDivZeroChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp:104:12: warning: Function 'shouldRegisterDivZeroChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterDivZeroChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:46:12: warning: Function 'registerDominatorsTreeDumper' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerDominatorsTreeDumper(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:50:12: warning: Function 'shouldRegisterDominatorsTreeDumper' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterDominatorsTreeDumper(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:72:12: warning: Function 'registerPostDominatorsTreeDumper' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerPostDominatorsTreeDumper(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:76:12: warning: Function 'shouldRegisterPostDominatorsTreeDumper' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterPostDominatorsTreeDumper(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:97:12: warning: Function 'registerControlDependencyTreeDumper' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerControlDependencyTreeDumper(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:101:12: warning: Function 'shouldRegisterControlDependencyTreeDumper' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterControlDependencyTreeDumper(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:121:12: warning: Function 'registerLiveVariablesDumper' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerLiveVariablesDumper(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:125:12: warning: Function 'shouldRegisterLiveVariablesDumper' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterLiveVariablesDumper(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:144:12: warning: Function 'registerLiveStatementsDumper' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerLiveStatementsDumper(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:148:12: warning: Function 'shouldRegisterLiveStatementsDumper' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterLiveStatementsDumper(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:168:12: warning: Function 'registerCFGViewer' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerCFGViewer(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:172:12: warning: Function 'shouldRegisterCFGViewer' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterCFGViewer(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:198:12: warning: Function 'registerCFGDumper' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerCFGDumper(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:202:12: warning: Function 'shouldRegisterCFGDumper' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterCFGDumper(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:222:12: warning: Function 'registerCallGraphViewer' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerCallGraphViewer(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:226:12: warning: Function 'shouldRegisterCallGraphViewer' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterCallGraphViewer(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:246:12: warning: Function 'registerCallGraphDumper' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerCallGraphDumper(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:250:12: warning: Function 'shouldRegisterCallGraphDumper' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterCallGraphDumper(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:290:12: warning: Function 'registerConfigDumper' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerConfigDumper(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:294:12: warning: Function 'shouldRegisterConfigDumper' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterConfigDumper(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:313:12: warning: Function 'registerExplodedGraphViewer' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerExplodedGraphViewer(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:317:12: warning: Function 'shouldRegisterExplodedGraphViewer' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterExplodedGraphViewer(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:345:12: warning: Function 'registerReportStmts' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerReportStmts(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:349:12: warning: Function 'shouldRegisterReportStmts' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterReportStmts(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp:221:12: warning: Function 'registerDirectIvarAssignment' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerDirectIvarAssignment(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp:225:12: warning: Function 'shouldRegisterDirectIvarAssignment' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterDirectIvarAssignment(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp:229:12: warning: Function 'registerDirectIvarAssignmentForAnnotatedFunctions' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerDirectIvarAssignmentForAnnotatedFunctions(
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp:234:12: warning: Function 'shouldRegisterDirectIvarAssignmentForAnnotatedFunctions' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterDirectIvarAssignmentForAnnotatedFunctions(
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp:202:12: warning: Function 'registerDynamicTypeChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerDynamicTypeChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp:206:12: warning: Function 'shouldRegisterDynamicTypeChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterDynamicTypeChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp:65:12: warning: Function 'registerFixedAddressChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerFixedAddressChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp:69:12: warning: Function 'shouldRegisterFixedAddressChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterFixedAddressChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/EnumCastOutOfRangeChecker.cpp:141:12: warning: Function 'registerEnumCastOutOfRangeChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerEnumCastOutOfRangeChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/EnumCastOutOfRangeChecker.cpp:145:12: warning: Function 'shouldRegisterEnumCastOutOfRangeChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterEnumCastOutOfRangeChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp:413:12: warning: Function 'registerExprInspectionChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerExprInspectionChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp:417:12: warning: Function 'shouldRegisterExprInspectionChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterExprInspectionChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp:979:12: warning: Function 'registerObjCGenericsChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerObjCGenericsChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp:984:12: warning: Function 'shouldRegisterObjCGenericsChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterObjCGenericsChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp:988:12: warning: Function 'registerDynamicTypePropagation' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerDynamicTypePropagation(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp:992:12: warning: Function 'shouldRegisterDynamicTypePropagation' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterDynamicTypePropagation(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/FuchsiaHandleChecker.cpp:534:12: warning: Function 'registerFuchsiaHandleChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerFuchsiaHandleChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/FuchsiaHandleChecker.cpp:538:12: warning: Function 'shouldRegisterFuchsiaHandleChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterFuchsiaHandleChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/GTestChecker.cpp:290:12: warning: Function 'registerGTestChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerGTestChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/GTestChecker.cpp:294:12: warning: Function 'shouldRegisterGTestChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterGTestChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp:934:12: warning: Function 'registerGenericTaintChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerGenericTaintChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp:945:12: warning: Function 'shouldRegisterGenericTaintChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterGenericTaintChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp:305:12: warning: Function 'registerInnerPointerChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerInnerPointerChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp:310:12: warning: Function 'shouldRegisterInnerPointerChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterInnerPointerChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/GCDAntipatternChecker.cpp:226:12: warning: Function 'registerGCDAntipattern' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerGCDAntipattern(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/GCDAntipatternChecker.cpp:230:12: warning: Function 'shouldRegisterGCDAntipattern' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterGCDAntipattern(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp:1633:12: warning: Function 'registerIteratorModeling' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerIteratorModeling(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp:1637:12: warning: Function 'shouldRegisterIteratorModeling' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterIteratorModeling(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/InvalidatedIteratorChecker.cpp:89:12: warning: Function 'registerInvalidatedIteratorChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerInvalidatedIteratorChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/InvalidatedIteratorChecker.cpp:93:12: warning: Function 'shouldRegisterInvalidatedIteratorChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterInvalidatedIteratorChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/IteratorRangeChecker.cpp:267:12: warning: Function 'registerIteratorRangeChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerIteratorRangeChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/IteratorRangeChecker.cpp:271:12: warning: Function 'shouldRegisterIteratorRangeChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterIteratorRangeChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp:512:12: warning: Function 'registerIdenticalExprChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerIdenticalExprChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp:516:12: warning: Function 'shouldRegisterIdenticalExprChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterIdenticalExprChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp:313:12: warning: Function 'registerLLVMConventionsChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerLLVMConventionsChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp:317:12: warning: Function 'shouldRegisterLLVMConventionsChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterLLVMConventionsChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp:738:12: warning: Function 'registerIvarInvalidationModeling' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerIvarInvalidationModeling(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp:742:12: warning: Function 'shouldRegisterIvarInvalidationModeling' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterIvarInvalidationModeling(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp:666:12: warning: Function 'registerMacOSKeychainAPIChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerMacOSKeychainAPIChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp:670:12: warning: Function 'shouldRegisterMacOSKeychainAPIChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterMacOSKeychainAPIChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp:175:12: warning: Function 'registerMacOSXAPIChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerMacOSXAPIChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp:179:12: warning: Function 'shouldRegisterMacOSXAPIChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterMacOSXAPIChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp:336:12: warning: Function 'registerMallocOverflowSecurityChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerMallocOverflowSecurityChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp:340:12: warning: Function 'shouldRegisterMallocOverflowSecurityChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterMallocOverflowSecurityChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/MismatchedIteratorChecker.cpp:289:12: warning: Function 'registerMismatchedIteratorChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerMismatchedIteratorChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/MismatchedIteratorChecker.cpp:293:12: warning: Function 'shouldRegisterMismatchedIteratorChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterMismatchedIteratorChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp:249:12: warning: Function 'registerMallocSizeofChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerMallocSizeofChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp:253:12: warning: Function 'shouldRegisterMallocSizeofChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterMallocSizeofChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/MmapWriteExecChecker.cpp:80:12: warning: Function 'registerMmapWriteExecChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerMmapWriteExecChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/MmapWriteExecChecker.cpp:91:12: warning: Function 'shouldRegisterMmapWriteExecChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterMmapWriteExecChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp:3405:12: warning: Function 'registerDynamicMemoryModeling' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerDynamicMemoryModeling(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp:3411:12: warning: Function 'shouldRegisterDynamicMemoryModeling' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterDynamicMemoryModeling(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp:1398:12: warning: Function 'registerNonLocalizedStringChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerNonLocalizedStringChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp:1406:12: warning: Function 'shouldRegisterNonLocalizedStringChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterNonLocalizedStringChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp:1410:12: warning: Function 'registerEmptyLocalizationContextChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerEmptyLocalizationContextChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp:1414:12: warning: Function 'shouldRegisterEmptyLocalizationContextChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterEmptyLocalizationContextChecker(
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp:1419:12: warning: Function 'registerPluralMisuseChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerPluralMisuseChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp:1423:12: warning: Function 'shouldRegisterPluralMisuseChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterPluralMisuseChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp:291:12: warning: Function 'registerMIGChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerMIGChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp:295:12: warning: Function 'shouldRegisterMIGChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterMIGChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp:235:6: warning: Function 'isMovedFrom' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool isMovedFrom(ProgramStateRef State, const MemRegion *Region) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp:754:12: warning: Function 'registerMoveChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerMoveChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp:760:12: warning: Function 'shouldRegisterMoveChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterMoveChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp:187:19: warning: Function 'registerMPIChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void clang::ento::registerMPIChecker(CheckerManager &MGR) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp:191:19: warning: Function 'shouldRegisterMPIChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool clang::ento::shouldRegisterMPIChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/NSAutoreleasePoolChecker.cpp:79:12: warning: Function 'registerNSAutoreleasePoolChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerNSAutoreleasePoolChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/NSAutoreleasePoolChecker.cpp:83:12: warning: Function 'shouldRegisterNSAutoreleasePoolChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterNSAutoreleasePoolChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp:311:12: warning: Function 'registerNSOrCFErrorDerefChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerNSOrCFErrorDerefChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp:315:12: warning: Function 'shouldRegisterNSOrCFErrorDerefChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterNSOrCFErrorDerefChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp:319:12: warning: Function 'registerNSErrorChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerNSErrorChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp:325:12: warning: Function 'shouldRegisterNSErrorChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterNSErrorChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp:329:12: warning: Function 'registerCFErrorChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerCFErrorChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp:335:12: warning: Function 'shouldRegisterCFErrorChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterCFErrorChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp:146:12: warning: Function 'registerNonnullGlobalConstantsChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerNonnullGlobalConstantsChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp:150:12: warning: Function 'shouldRegisterNonnullGlobalConstantsChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterNonnullGlobalConstantsChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp:225:12: warning: Function 'registerNonNullParamChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerNonNullParamChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp:229:12: warning: Function 'shouldRegisterNonNullParamChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterNonNullParamChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp:1187:12: warning: Function 'registerNullabilityBase' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerNullabilityBase(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp:1191:12: warning: Function 'shouldRegisterNullabilityBase' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterNullabilityBase(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/NoReturnFunctionChecker.cpp:142:12: warning: Function 'registerNoReturnFunctionChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerNoReturnFunctionChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/NoReturnFunctionChecker.cpp:146:12: warning: Function 'shouldRegisterNoReturnFunctionChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterNoReturnFunctionChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp:90:12: warning: Function 'registerObjCAtSyncChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerObjCAtSyncChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp:94:12: warning: Function 'shouldRegisterObjCAtSyncChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterObjCAtSyncChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp:345:12: warning: Function 'registerNumberObjectConversionChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerNumberObjectConversionChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp:352:12: warning: Function 'shouldRegisterNumberObjectConversionChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterNumberObjectConversionChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp:187:12: warning: Function 'registerObjCContainersChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerObjCContainersChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp:191:12: warning: Function 'shouldRegisterObjCContainersChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterObjCContainersChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCContainersASTChecker.cpp:171:12: warning: Function 'registerObjCContainersASTChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerObjCContainersASTChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCContainersASTChecker.cpp:175:12: warning: Function 'shouldRegisterObjCContainersASTChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterObjCContainersASTChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp:206:12: warning: Function 'registerAutoreleaseWriteChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerAutoreleaseWriteChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp:210:12: warning: Function 'shouldRegisterAutoreleaseWriteChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterAutoreleaseWriteChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCPropertyChecker.cpp:78:12: warning: Function 'registerObjCPropertyChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerObjCPropertyChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCPropertyChecker.cpp:82:12: warning: Function 'shouldRegisterObjCPropertyChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterObjCPropertyChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp:436:12: warning: Function 'registerObjCSelfInitChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerObjCSelfInitChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp:440:12: warning: Function 'shouldRegisterObjCSelfInitChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterObjCSelfInitChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp:283:12: warning: Function 'registerObjCSuperDeallocChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerObjCSuperDeallocChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp:287:12: warning: Function 'shouldRegisterObjCSuperDeallocChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterObjCSuperDeallocChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp:220:12: warning: Function 'registerObjCSuperCallChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerObjCSuperCallChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp:224:12: warning: Function 'shouldRegisterObjCSuperCallChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterObjCSuperCallChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp:185:12: warning: Function 'registerObjCUnusedIvarsChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerObjCUnusedIvarsChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp:189:12: warning: Function 'shouldRegisterObjCUnusedIvarsChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterObjCUnusedIvarsChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp:342:12: warning: Function 'registerPointerArithChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerPointerArithChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp:346:12: warning: Function 'shouldRegisterPointerArithChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterPointerArithChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/OSObjectCStyleCast.cpp:84:12: warning: Function 'registerOSObjectCStyleCast' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerOSObjectCStyleCast(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/OSObjectCStyleCast.cpp:88:12: warning: Function 'shouldRegisterOSObjectCStyleCast' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterOSObjectCStyleCast(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp:73:12: warning: Function 'registerPointerSubChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerPointerSubChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp:77:12: warning: Function 'shouldRegisterPointerSubChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterPointerSubChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp:347:12: warning: Function 'registerPaddingChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerPaddingChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp:356:12: warning: Function 'shouldRegisterPaddingChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterPaddingChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp:482:12: warning: Function 'registerPthreadLockChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerPthreadLockChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp:486:12: warning: Function 'shouldRegisterPthreadLockChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterPthreadLockChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp:107:12: warning: Function 'registerPointerSortingChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerPointerSortingChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp:111:12: warning: Function 'shouldRegisterPointerSortingChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterPointerSortingChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/PointerIterationChecker.cpp:94:12: warning: Function 'registerPointerIterationChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerPointerIterationChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/PointerIterationChecker.cpp:98:12: warning: Function 'shouldRegisterPointerIterationChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterPointerIterationChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp:1476:12: warning: Function 'registerRetainCountBase' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerRetainCountBase(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp:1480:12: warning: Function 'shouldRegisterRetainCountBase' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterRetainCountBase(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp:1498:12: warning: Function 'registerRetainCountChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerRetainCountChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp:1506:12: warning: Function 'shouldRegisterRetainCountChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterRetainCountChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp:1510:12: warning: Function 'registerOSObjectRetainCountChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerOSObjectRetainCountChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp:1518:12: warning: Function 'shouldRegisterOSObjectRetainCountChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterOSObjectRetainCountChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp:90:12: warning: Function 'registerReturnPointerRangeChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerReturnPointerRangeChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp:94:12: warning: Function 'shouldRegisterReturnPointerRangeChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterReturnPointerRangeChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp:121:12: warning: Function 'registerReturnUndefChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerReturnUndefChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp:125:12: warning: Function 'shouldRegisterReturnUndefChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterReturnUndefChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ReturnValueChecker.cpp:164:12: warning: Function 'registerReturnValueChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerReturnValueChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ReturnValueChecker.cpp:168:12: warning: Function 'shouldRegisterReturnValueChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterReturnValueChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp:269:12: warning: Function 'registerSimpleStreamChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerSimpleStreamChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp:274:12: warning: Function 'shouldRegisterSimpleStreamChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterSimpleStreamChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp:66:12: warning: Function 'registerSmartPtrModeling' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerSmartPtrModeling(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp:70:12: warning: Function 'shouldRegisterSmartPtrModeling' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterSmartPtrModeling(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp:364:12: warning: Function 'registerStackAddrEscapeBase' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerStackAddrEscapeBase(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp:368:12: warning: Function 'shouldRegisterStackAddrEscapeBase' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterStackAddrEscapeBase(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/RunLoopAutoreleaseLeakChecker.cpp:202:12: warning: Function 'registerRunLoopAutoreleaseLeakChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerRunLoopAutoreleaseLeakChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/RunLoopAutoreleaseLeakChecker.cpp:206:12: warning: Function 'shouldRegisterRunLoopAutoreleaseLeakChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterRunLoopAutoreleaseLeakChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/Taint.cpp:40:6: warning: Function 'dumpTaint' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void dumpTaint(ProgramStateRef State) { printTaint(State, llvm::errs()); }
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp:1055:12: warning: Function 'registerStdCLibraryFunctionsChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerStdCLibraryFunctionsChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp:1063:12: warning: Function 'shouldRegisterStdCLibraryFunctionsChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterStdCLibraryFunctionsChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp:350:12: warning: Function 'registerStreamChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerStreamChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp:354:12: warning: Function 'shouldRegisterStreamChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterStreamChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/TaintTesterChecker.cpp:62:12: warning: Function 'registerTaintTesterChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerTaintTesterChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/TaintTesterChecker.cpp:66:12: warning: Function 'shouldRegisterTaintTesterChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterTaintTesterChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp:63:12: warning: Function 'registerTraversalDumper' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerTraversalDumper(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp:67:12: warning: Function 'shouldRegisterTraversalDumper' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterTraversalDumper(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp:115:12: warning: Function 'registerCallDumper' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerCallDumper(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp:119:12: warning: Function 'shouldRegisterCallDumper' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterCallDumper(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp:260:12: warning: Function 'registerTestAfterDivZeroChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerTestAfterDivZeroChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp:264:12: warning: Function 'shouldRegisterTestAfterDivZeroChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterTestAfterDivZeroChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp:109:12: warning: Function 'registerUndefBranchChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerUndefBranchChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp:113:12: warning: Function 'shouldRegisterUndefBranchChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterUndefBranchChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/TrustNonnullChecker.cpp:251:12: warning: Function 'registerTrustNonnullChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerTrustNonnullChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/TrustNonnullChecker.cpp:255:12: warning: Function 'shouldRegisterTrustNonnullChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterTrustNonnullChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp:185:12: warning: Function 'registerUndefResultChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerUndefResultChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp:189:12: warning: Function 'shouldRegisterUndefResultChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterUndefResultChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp:61:12: warning: Function 'registerUndefinedArraySubscriptChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerUndefinedArraySubscriptChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp:65:12: warning: Function 'shouldRegisterUndefinedArraySubscriptChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterUndefinedArraySubscriptChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp:100:12: warning: Function 'registerUndefCapturedBlockVarChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerUndefCapturedBlockVarChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp:104:12: warning: Function 'shouldRegisterUndefCapturedBlockVarChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterUndefCapturedBlockVarChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp:119:12: warning: Function 'registerUndefinedAssignmentChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerUndefinedAssignmentChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp:123:12: warning: Function 'shouldRegisterUndefinedAssignmentChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterUndefinedAssignmentChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp:256:12: warning: Function 'registerUnreachableCodeChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerUnreachableCodeChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp:260:12: warning: Function 'shouldRegisterUnreachableCodeChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterUnreachableCodeChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp:215:12: warning: Function 'registerVforkChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerVforkChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp:219:12: warning: Function 'shouldRegisterVforkChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterVforkChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp:184:12: warning: Function 'registerVLASizeChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerVLASizeChecker(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp:188:12: warning: Function 'shouldRegisterVLASizeChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterVLASizeChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp:608:12: warning: Function 'registerUninitializedObjectChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerUninitializedObjectChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp:631:12: warning: Function 'shouldRegisterUninitializedObjectChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterUninitializedObjectChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp:403:12: warning: Function 'registerValistBase' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerValistBase(CheckerManager &mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp:407:12: warning: Function 'shouldRegisterValistBase' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterValistBase(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp:204:12: warning: Function 'registerVirtualCallModeling' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerVirtualCallModeling(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp:208:12: warning: Function 'registerPureVirtualCallChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerPureVirtualCallChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp:215:12: warning: Function 'registerVirtualCallChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::registerVirtualCallChecker(CheckerManager &Mgr) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp:227:12: warning: Function 'shouldRegisterVirtualCallModeling' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterVirtualCallModeling(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp:231:12: warning: Function 'shouldRegisterPureVirtualCallChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterPureVirtualCallChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp:235:12: warning: Function 'shouldRegisterVirtualCallChecker' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool ento::shouldRegisterVirtualCallChecker(const LangOptions &LO) {
^
/home/nathan/src/llvm-project/clang/lib/Format/Format.cpp:1884:13: warning: Function 'replaceCRLF' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
std::string replaceCRLF(const std::string &Code) {
^
/home/nathan/src/llvm-project/clang/lib/Format/Format.cpp:1999:23: warning: Function 'sortCppIncludes' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
tooling::Replacements sortCppIncludes(const FormatStyle &Style, StringRef Code,
^
/home/nathan/src/llvm-project/clang/lib/Format/Format.cpp:2168:23: warning: Function 'sortJavaImports' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
tooling::Replacements sortJavaImports(const FormatStyle &Style, StringRef Code,
^
/home/nathan/src/llvm-project/clang/lib/Format/Format.cpp:2221:6: warning: Function 'isMpegTS' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool isMpegTS(StringRef Code) {
^
/home/nathan/src/llvm-project/clang/lib/Format/Format.cpp:2228:6: warning: Function 'isLikelyXml' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool isLikelyXml(StringRef Code) { return Code.ltrim().startswith("<"); }
^
/home/nathan/src/llvm-project/clang/lib/Format/NamespaceEndCommentsFixer.cpp:174:1: warning: Function 'getNamespaceTokenText' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
getNamespaceTokenText(const AnnotatedLine *Line,
^
/home/nathan/src/llvm-project/clang/lib/Format/SortJavaScriptImports.cpp:93:6: warning: Function 'operator<' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
bool operator<(const JsModuleReference &LHS, const JsModuleReference &RHS) {
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:67:12: warning: Function 'createPlistHTMLDiagnosticConsumer' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::createPlistHTMLDiagnosticConsumer(
^
/home/nathan/src/llvm-project/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:76:12: warning: Function 'createTextPathDiagnosticConsumer' is defined with external linkage but has no corresponding declaration in any header file [misc-missing-header-file-declaration]
void ento::createTextPathDiagnosticConsumer(
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment