serenity/Userland/DevTools
Nick Johnson 08e4a1a4dc AK+Everywhere: Replace __builtin bit functions
In order to reduce our reliance on __builtin_{ffs, clz, ctz, popcount},
this commit removes all calls to these functions and replaces them with
the equivalent functions in AK/BuiltinWrappers.h.
2021-12-21 22:13:51 +01:00
..
HackStudio Everywhere: Fix -Winconsistent-missing-override warnings from Clang 2021-12-11 13:14:15 -08:00
Inspector Inspector: Convert to try_create_default_icon 2021-12-18 23:36:59 +01:00
Playground Playground: Convert to try_create_default_icon 2021-12-18 23:36:59 +01:00
Profiler Profiler: Add horizontal_scrollbar height to initial_height 2021-12-21 22:10:33 +01:00
UserspaceEmulator AK+Everywhere: Replace __builtin bit functions 2021-12-21 22:13:51 +01:00
CMakeLists.txt