diff options
author | Vlad Serebrennikov <serebrennikov.vladislav@gmail.com> | 2025-05-01 18:37:23 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-01 18:37:23 +0400 |
commit | b877cfa8f25412a3946d1cde63a1dad95fd95c90 (patch) | |
tree | f66d08c62642437c1d4ac80919ddf985593a96eb /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | b69dcb873476cd8e7d3f6f9ffd5b6d0bbe1a3a17 (diff) | |
download | llvm-b877cfa8f25412a3946d1cde63a1dad95fd95c90.zip llvm-b877cfa8f25412a3946d1cde63a1dad95fd95c90.tar.gz llvm-b877cfa8f25412a3946d1cde63a1dad95fd95c90.tar.bz2 |
[ADT] Remove `is_scoped_enum_v` (#138134)
`std::underlying_type` is not SFINAE-friendly in Clang and GCC before 9,
and it's too much of a hassle to make it work. Instead, I'm inlining the
implementation in the only place it's needed. Fixes buildbot failure
https://lab.llvm.org/buildbot/#/builders/134/builds/17904 caused by
#138089. Demo: https://godbolt.org/z/9qo3csP98
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions