summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/AsmParser.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-08-20 12:36:34 +0000
committerDaniel Jasper <djasper@google.com>2013-08-20 12:36:34 +0000
commitb55acad91c37bf70455e8ff1803fc1a0b10ad859 (patch)
tree912a08541ed2848242bf8c1e937a7106f603c882 /llvm/lib/MC/MCParser/AsmParser.cpp
parent5e5e5a92b46d710c85d1f751154b45b80fb37aa3 (diff)
downloadbcm5719-llvm-b55acad91c37bf70455e8ff1803fc1a0b10ad859.tar.gz
bcm5719-llvm-b55acad91c37bf70455e8ff1803fc1a0b10ad859.zip
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
Diffstat (limited to 'llvm/lib/MC/MCParser/AsmParser.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud