mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +00:00
ec492a1a08
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 `->`. |
||
---|---|---|
.. | ||
bind-local-socket-to-symlink.cpp | ||
CMakeLists.txt | ||
crash-fcntl-invalid-cmd.cpp | ||
crash.cpp | ||
elf-execve-mmap-race.cpp | ||
elf-symbolication-kernel-read-exploit.cpp | ||
fuzz-syscalls.cpp | ||
kill-pidtid-confusion.cpp | ||
mmap-write-into-running-programs-executable-file.cpp | ||
mprotect-multi-region-mprotect.cpp | ||
munmap-multi-region-unmapping.cpp | ||
nanosleep-race-outbuf-munmap.cpp | ||
null-deref-close-during-select.cpp | ||
null-deref-crash-during-pthread_join.cpp | ||
path-resolution-race.cpp | ||
pthread-cond-timedwait-example.cpp | ||
setpgid-across-sessions-without-leader.cpp | ||
siginfo-example.cpp | ||
stress-truncate.cpp | ||
stress-writeread.cpp | ||
TestEFault.cpp | ||
TestEmptyPrivateInodeVMObject.cpp | ||
TestEmptySharedInodeVMObject.cpp | ||
TestExt2FS.cpp | ||
TestFileSystemDirentTypes.cpp | ||
TestInvalidUIDSet.cpp | ||
TestKCOV.cpp | ||
TestKernelAlarm.cpp | ||
TestKernelFilePermissions.cpp | ||
TestKernelPledge.cpp | ||
TestKernelUnveil.cpp | ||
TestLoopDevice.cpp | ||
TestMemoryDeviceMmap.cpp | ||
TestMunMap.cpp | ||
TestPosixFallocate.cpp | ||
TestPrivateInodeVMObject.cpp | ||
TestProcFS.cpp | ||
TestProcFSWrite.cpp | ||
TestSharedInodeVMObject.cpp | ||
TestSigAltStack.cpp | ||
TestSigHandler.cpp | ||
TestSigWait.cpp | ||
TestTCPSocket.cpp | ||
uaf-close-while-blocked-in-read.cpp | ||
unveil-symlinks.cpp |