[PATCH] D155119: [sancov] Switch to OptTable from llvm::cl
Leonard Chan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 19 14:41:06 PDT 2023
leonardchan accepted this revision.
leonardchan added a comment.
This revision is now accepted and ready to land.
LGTM but probably give it a day before landing to give others time to respond
================
Comment at: llvm/tools/sancov/sancov.cpp:61
+// Command-line option boilerplate.
+namespace {
+using namespace llvm::opt;
----------------
This anonymous namespace might not be necessary since it's already in an anonymous namespace.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155119/new/
https://reviews.llvm.org/D155119
More information about the llvm-commits
mailing list