[PATCH] D140800: [OptTable] Precompute OptTable prefixes union table through tablegen
Nikita Popov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 11 07:36:57 PST 2023
nikic added a comment.
Just to check, this isn't going to cause some warning spew about all those OptTable implementations being non-final?
================
Comment at: llvm/include/llvm/Option/OptTable.h:256
+/// Specialization of
+class GenericOptTable : public OptTable {
----------------
Comment looks a bit unfinished :)
================
Comment at: llvm/unittests/Option/OptionParsingTest.cpp:87
+
+template <typename T> class DISABLED_OptTableTest : public ::testing::Test {};
+
----------------
What's this about?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140800/new/
https://reviews.llvm.org/D140800
More information about the cfe-commits
mailing list