summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseDecl.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-10-06 13:16:43 +0000
committerDaniel Jasper <djasper@google.com>2014-10-06 13:16:43 +0000
commita45eb4c000e2bd9bba49e31fed25c308a4961dd4 (patch)
tree06744fdc13d105cb8bd7a739cad3bbafd077a52b /clang/lib/Parse/ParseDecl.cpp
parenta117002d93b1f0e9488a68d5d3b540ca795bc9e5 (diff)
downloadbcm5719-llvm-a45eb4c000e2bd9bba49e31fed25c308a4961dd4.tar.gz
bcm5719-llvm-a45eb4c000e2bd9bba49e31fed25c308a4961dd4.zip
clang-format: If in doubt, assume '+' is a binary operator.
Before: #define LENGTH(x, y) (x) - (y)+1 After: #define LENGTH(x, y) (x) - (y) + 1 llvm-svn: 219119
Diffstat (limited to 'clang/lib/Parse/ParseDecl.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud