1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-13 02:47:35 +00:00
serenity/Userland/Libraries/LibWeb/WebDriver
Daniel Bertalan 6f972c190b Everywhere: Work around Clang trunk bug with templated lambda + Variant
Since 2023-09-08, Clang trunk has had a bug which causes a segfault when
evaluating certain `requires` expressions inside templated lambdas.
There isn't an imminent fix on the horizon, so let's work around the
issue by specifying the type of the offending lambda arguments
explicitly.

See https://github.com/llvm/llvm-project/issues/67260
2023-11-05 13:41:13 -07:00
..
Capabilities.cpp Everywhere: Work around Clang trunk bug with templated lambda + Variant 2023-11-05 13:41:13 -07:00
Capabilities.h
Client.cpp
Client.h
Contexts.cpp
Contexts.h
ElementLocationStrategies.cpp
ElementLocationStrategies.h
Error.cpp
Error.h
ExecuteScript.cpp
ExecuteScript.h
Response.cpp
Response.h
Screenshot.cpp LibWeb: Make Web::Namespace::Foo strings be FlyString 2023-11-04 21:28:30 +01:00
Screenshot.h
TimeoutsConfiguration.cpp
TimeoutsConfiguration.h