|
clang 23.0.0git
|
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...
#include "SSAFBuiltinForceLinker.h"Go to the source code of this file.
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 SSAFForceLinker.h.