The standard pattern in LLVM is to directly use vectors for stacks, without an additional std::stack wrapper to rename some methods.
The standard pattern in LLVM is to directly use vectors for stacks, without an additional std::stack wrapper to rename some methods.