struct ilist_sentinel_tracking
Declaration
template <bool EnableSentinelTracking>
struct ilist_sentinel_tracking { /* full declaration omitted */ };
Description
Option to choose whether to track sentinels. This option affects the ABI for the nodes. When not specified explicitly, the ABI depends on LLVM_ENABLE_ABI_BREAKING_CHECKS. Specify explicitly to enable \a ilist_node::isSentinel().
Declared at: llvm/include/llvm/ADT/ilist_node_options.h:26
Templates
- bool EnableSentinelTracking