LLVM 20.0.0git
|
Option to add extra bits to the ilist_iterator. More...
#include "llvm/ADT/ilist_node_options.h"
Option to add extra bits to the ilist_iterator.
Some use-cases (debug-info) need to know whether a position is intended to be half-open or fully open, i.e. whether to include any immediately adjacent debug-info in an operation. This option adds two bits to the iterator class to store that information.
Definition at line 40 of file ilist_node_options.h.