[all-commits] [llvm/llvm-project] c2eeaf: [NFC] SuffixTree: Move advance() into SuffixTree.c...
Jessica Paquette via All-commits
all-commits at lists.llvm.org
Thu May 11 22:30:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c2eeaf105a45fe26c302418b7c835161aedba6c2
https://github.com/llvm/llvm-project/commit/c2eeaf105a45fe26c302418b7c835161aedba6c2
Author: Jessica Paquette <jpaquette at apple.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M llvm/include/llvm/Support/SuffixTree.h
M llvm/lib/Support/SuffixTree.cpp
Log Message:
-----------
[NFC] SuffixTree: Move advance() into SuffixTree.cpp + more cleanup
Allows us to knock out a couple more includes from the header file.
Also clang-format SuffixTree.cpp while we're here.
Also use SuffixTreeNode::EmptyIdx in a couple more places.
More information about the All-commits
mailing list