aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-01-03 11:50:46 +0000
committerDaniel Jasper <djasper@google.com>2014-01-03 11:50:46 +0000
commit352dae199ae80adcaf6aed485d687fc8714fe36d (patch)
tree50d9e42b990f2fb97566b89cd4cd0b3f172c4fe8 /llvm/lib/CodeGen/MachineFunction.cpp
parentb045d8bc0703341a9ec44d76cbe13b0fcd201745 (diff)
downloadllvm-352dae199ae80adcaf6aed485d687fc8714fe36d.zip
llvm-352dae199ae80adcaf6aed485d687fc8714fe36d.tar.gz
llvm-352dae199ae80adcaf6aed485d687fc8714fe36d.tar.bz2
clang-format: Recognize single-line macro usages inside macros.
Before: #define LIST(L) \ L(FirstElement) L(SecondElement) L(ThirdElement) L(FourthElement) \ L(FifthElement) After: #define LIST(L) \ L(FirstElement) \ L(SecondElement) \ L(ThirdElement) \ L(FourthElement) \ L(FifthElement) llvm-svn: 198407
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions