[PATCH] D80586: Refactor Suffix Tree from MachineOutliner to LibSupport
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 26 14:11:15 PDT 2020
efriedma added a comment.
Are there any changes that need to be called out beyond moving the code around?
================
Comment at: llvm/include/llvm/Support/SuffixTree.h:17
+
+using namespace llvm;
+
----------------
LLVM headers shouldn't `using namespace llvm;`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80586/new/
https://reviews.llvm.org/D80586
More information about the llvm-commits
mailing list