LLVM 19.0.0git
llvm::ilist_sentinel_tracking< EnableSentinelTracking > Struct Template Reference

Option to choose whether to track sentinels. More...

#include "llvm/ADT/ilist_node_options.h"

Detailed Description

template<bool EnableSentinelTracking>
struct llvm::ilist_sentinel_tracking< EnableSentinelTracking >

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 ilist_node::isSentinel().

Definition at line 26 of file ilist_node_options.h.


The documentation for this struct was generated from the following file: