Skip to content

Commit

Permalink
Add comment for vtable_stack_
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Ross-Perkins <[email protected]>
  • Loading branch information
dwblaikie and jonmeow authored Jan 14, 2025
1 parent 35b27ff commit 1535c90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolchain/check/context.h
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,7 @@ class Context {
// The stack of generic regions we are currently within.
GenericRegionStack generic_region_stack_;

// Contains a vtable block for each `class` scope which is currently being defined, regardless of whether the class can have virtual functions.
InstBlockStack vtable_stack_;

// Cache of reverse mapping from type constants to types.
Expand Down

0 comments on commit 1535c90

Please sign in to comment.