Skip to content

Commit 04a60d0

Browse files
committed
add explanatory comment
1 parent 96deaed commit 04a60d0

File tree

1 file changed

+2
-0
lines changed
  • src/analysis/lattices

1 file changed

+2
-0
lines changed

src/analysis/lattices/int.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424

2525
namespace wasm::analysis {
2626

27+
// The lattice of integers of the given type `T`, ordered by <. The min integer
28+
// is the bottom element and the max integer is the top element.
2729
#if __cplusplus >= 202002L
2830
template<std::integral T>
2931
#else

0 commit comments

Comments
 (0)