serenity/Tests/LibC
Timothy Flynn ec492a1a08 Everywhere: Run clang-format
The following command was used to clang-format these files:

    clang-format-18 -i $(find . \
        -not \( -path "./\.*" -prune \) \
        -not \( -path "./Base/*" -prune \) \
        -not \( -path "./Build/*" -prune \) \
        -not \( -path "./Toolchain/*" -prune \) \
        -not \( -path "./Ports/*" -prune \) \
        -type f -name "*.cpp" -o -name "*.mm" -o -name "*.h")

There are a couple of weird cases where clang-format now thinks that a
pointer access in an initializer list, e.g. `m_member(ptr->foo)`, is a
lambda return statement, and it puts spaces around the `->`.
2024-04-24 16:50:01 -04:00
..
CMakeLists.txt LibC: Add some fenv tests 2024-04-23 19:18:09 -06:00
TestAbort.cpp
TestAssert.cpp
TestCType.cpp
TestEnvironment.cpp
TestFenv.cpp LibC: Add some fenv tests 2024-04-23 19:18:09 -06:00
TestIo.cpp LibFileSystem+Everywhere: Return ByteString from read_link() 2024-01-16 08:42:34 +00:00
TestLibCDirEnt.cpp
TestLibCExec.cpp
TestLibCGrp.cpp LibC: Implement getgrgid_r() and getgrnam_r() 2024-01-06 04:59:50 -07:00
TestLibCInodeWatcher.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TestLibCMkTemp.cpp LibFileSystem+Everywhere: Return ByteString from read_link() 2024-01-16 08:42:34 +00:00
TestLibCNetdb.cpp
TestLibCSetjmp.cpp
TestLibCString.cpp
TestLibCTime.cpp
TestMalloc.cpp
TestMath.cpp LibC: Add rounding specializations for RISC-V 2024-04-23 19:18:09 -06:00
TestMemalign.cpp
TestMemmem.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
TestMkDir.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TestPthreadCancel.cpp
TestPthreadCleanup.cpp
TestPThreadPriority.cpp
TestPthreadRWLocks.cpp
TestPthreadSpinLocks.cpp
TestPwd.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TestQsort.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
TestRaise.cpp
TestRealpath.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TestScanf.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
TestSearch.cpp Tests: Avoid casting function types in LibC/TestSearch.cpp 2024-04-18 13:14:33 -06:00
TestSnprintf.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
TestStackSmash.cpp
TestStdio.cpp
TestStrlcpy.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TestStrtodAccuracy.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TestWchar.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
TestWctype.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00