clang 23.0.0git
SSAFBuiltinForceLinker.h File Reference

This file pulls in all built-in SSAF extractor and format registrations by referencing their anchor symbols, preventing the static linker from discarding the containing object files. More...

Go to the source code of this file.

Variables

volatile int SSAFJSONFormatAnchorSource
static int SSAFJSONFormatAnchorDestination

Detailed Description

This file pulls in all built-in SSAF extractor and format registrations by referencing their anchor symbols, preventing the static linker from discarding the containing object files.

Include this header (with IWYU pragma: keep) in any translation unit that must guarantee these registrations are active — typically the entry point of a binary that uses clangScalableStaticAnalysisFrameworkCore.

Definition in file SSAFBuiltinForceLinker.h.

Variable Documentation

◆ SSAFJSONFormatAnchorDestination

int SSAFJSONFormatAnchorDestination
static
Initial value:
=
volatile int SSAFJSONFormatAnchorSource

Definition at line 25 of file SSAFBuiltinForceLinker.h.

◆ SSAFJSONFormatAnchorSource

volatile int SSAFJSONFormatAnchorSource
extern

Definition at line 15 of file JSONFormatImpl.cpp.