The following command was used to clang-format these files:
clang-format-19 -i $(find . \
-not \( -path "./\.*" -prune \) \
-not \( -path "./Build/*" -prune \) \
-not \( -path "./Toolchain/*" -prune \) \
-type f -name "*.cpp" -o -name "*.mm" -o -name "*.h")
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| module.modulemap | ||
| TestGCBindings.swift | ||
| TestHeap.cpp | ||
| TestHeap.h | ||
| TestInterop.cpp | ||
| TestInterop.h | ||