-
* Merge overloaded functions by adding default values * Remove non-const methods that are identical to const methods
-
Run this: for i in **/*.cc **/*.c **/*.h **/*.hh; do clang-format < $i >| $i.new && mv $i.new $i done
* Merge overloaded functions by adding default values * Remove non-const methods that are identical to const methods
Run this: for i in **/*.cc **/*.c **/*.h **/*.hh; do clang-format < $i >| $i.new && mv $i.new $i done