[PATCH] D107378: Make enum iteration with seq safe by default
Guillaume Chatelet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 3 02:44:59 PDT 2021
gchatelet accepted this revision.
gchatelet added a comment.
LGTM!
Make sure to fix the typo and it's good to go on my side.
================
Comment at: llvm/include/llvm/ADT/Sequence.h:86
#include <limits> // std::numeric_limits
-#include <type_traits> // std::underlying_type, std::is_enum
+#include <type_traits> // std::is_integeral, std::is_enum, std::underlying_type, std::enable_if
----------------
typo `std::is_integral`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107378/new/
https://reviews.llvm.org/D107378
More information about the llvm-commits
mailing list