| commit | b55acad91c37bf70455e8ff1803fc1a0b10ad859 | [log] [tgz] |
|---|---|---|
| author | Daniel Jasper <djasper@google.com> | Tue Aug 20 12:36:34 2013 +0000 |
| committer | Daniel Jasper <djasper@google.com> | Tue Aug 20 12:36:34 2013 +0000 |
| tree | 912a08541ed2848242bf8c1e937a7106f603c882 | |
| parent | 5e5e5a92b46d710c85d1f751154b45b80fb37aa3 [diff] |
clang-format: Additional options for spaces around parentheses. This patch adds four new options to control: - Spaces after control keyworks (if(..) vs if (..)) - Spaces in empty parentheses (f( ) vs f()) - Spaces in c-style casts (( int )1.0 vs (int)1.0) - Spaces in other parentheses (f(a) vs f( a )) Patch by Joe Hermaszewski. Thank you for working on this! llvm-svn: 188793