Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit d02f84a

Browse files
committed
Calm down clang-format
1 parent 048e232 commit d02f84a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/tc/lang/tree_views.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ namespace lang {
2222
/// TreeView provides a statically-typed way to access the members of a TreeRef
2323
/// instead of using TK_MATCH
2424
//
25+
// clang-format off
26+
//
2527
// A few notes on types and their aliases:
2628
// - List<T> is really a Tree with kind TK_LIST and elements as subtrees
2729
// - Maybe<T> is really a Tree with kind TK_OPTION that has 0 or 1 subtree of type T
@@ -95,6 +97,8 @@ namespace lang {
9597
// | TimesEqB() TK_TIMES_EQ_B
9698
// | MinEqB() TK_MIN_EQ_B
9799
// | MaxEqB() TK_MAX_EQ_B
100+
//
101+
// clang-format on
98102

99103
struct TreeView {
100104
explicit TreeView(const TreeRef& tree_) : tree_(tree_) {}

0 commit comments

Comments
 (0)