Files
clang-p2996/llvm/lib/Support/SuffixTree.cpp
Xuan Zhang 7683d07d84 [NFC] update comments from an earlier version of SuffixTree (#89800)
LeafChildren is used in an earlier version of the SuffixTree
implementation to keep track of each nodes' leaf nodes. In the
new/current version, this variable is no longer used, but a comment is
left behind. This patch updates the comment.
2024-04-26 09:52:43 -07:00

10 KiB