aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2015-05-18 14:49:19 +0000
committerDaniel Jasper <djasper@google.com>2015-05-18 14:49:19 +0000
commit3c883d1dccd9e81fd28b7cffd7c4dc29b4685910 (patch)
tree3c6cc4ef1a135dc3222529d2c2a429d882e430c1 /llvm/lib/CodeGen/MachineFunction.cpp
parentcec9ffd2a244d0001768f529da797bd141e9f214 (diff)
downloadllvm-3c883d1dccd9e81fd28b7cffd7c4dc29b4685910.zip
llvm-3c883d1dccd9e81fd28b7cffd7c4dc29b4685910.tar.gz
llvm-3c883d1dccd9e81fd28b7cffd7c4dc29b4685910.tar.bz2
clang-format: Fix another regression caused by r237565.
Before: class C : test { class D : test{void f(){int i{2}; } } ; } ; After: class C : test { class D : test { void f() { int i{2}; } }; }; llvm-svn: 237569
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions