This is a comparison of the following coding styles:
Why those seven? Because clang-format supports them as base styles.
This comparison only looks at formatting issues.
g++ llvm.cpp -o llvm
clang-format -i --style=LLVM llvm.cpp # style keys: LLVM, Google, Chromium, Mozilla, WebKit
Please open an issue or create a merge request if you find a mistake.