Skip to content

Commit

Permalink
Line wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
dwblaikie committed Jan 15, 2025
1 parent 1008958 commit 0a3ea7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion toolchain/check/context.h
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,8 @@ 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.
// 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 0a3ea7c

Please sign in to comment.