clang  7.0.0
Namespaces | Variables
Stack.h File Reference

Defines utilities for dealing with stack allocation and stack space. More...

#include <cstddef>
Include dependency graph for Stack.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 clang
 Dataflow Directional Tag Classes.
 

Variables

constexpr size_t clang::DesiredStackSize = 8 << 20
 The amount of stack space that Clang would like to be provided with. More...
 

Detailed Description

Defines utilities for dealing with stack allocation and stack space.

Definition in file Stack.h.