aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Interpreter/InterpreterTest.cpp
diff options
context:
space:
mode:
authorNikolas Klauser <nikolasklauser@berlin.de>2025-08-12 20:29:05 +0200
committerNikolas Klauser <nikolasklauser@berlin.de>2025-08-12 20:31:00 +0200
commitd70e50b0da85970ddcbb632e6068d558a7cce5e6 (patch)
tree96003c097b8f0871f3f8579cc38cdcbaa8b02185 /clang/unittests/Interpreter/InterpreterTest.cpp
parent21473462f762a9a2d3140eb8ecaea034f83d9a7c (diff)
downloadllvm-d70e50b0da85970ddcbb632e6068d558a7cce5e6.zip
llvm-d70e50b0da85970ddcbb632e6068d558a7cce5e6.tar.gz
llvm-d70e50b0da85970ddcbb632e6068d558a7cce5e6.tar.bz2
[libc++] Don't try to used noexcept in C++03
`__is_nothrow_invocable` isn't used in C++03, so we never noticed that it's not `constexpr`. This is caught by the clang-tidy ADL check with LLVM 22, since it's treated like a normal function call in C++03. It's only caught with LLVM 22, since `__builtin_invoke` wasn't available before.
Diffstat (limited to 'clang/unittests/Interpreter/InterpreterTest.cpp')
0 files changed, 0 insertions, 0 deletions