aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/InlineFunction.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2015-04-20 12:54:29 +0000
committerDaniel Jasper <djasper@google.com>2015-04-20 12:54:29 +0000
commite4ab49e8d3cfd1556b61d4af79fede0e477ebfb0 (patch)
treed73fa6c819d4d8b731237e590deeda47a906db48 /llvm/lib/Transforms/Utils/InlineFunction.cpp
parent29c8270916547beeec7c3ba94fd58118a771b29a (diff)
downloadllvm-e4ab49e8d3cfd1556b61d4af79fede0e477ebfb0.zip
llvm-e4ab49e8d3cfd1556b61d4af79fede0e477ebfb0.tar.gz
llvm-e4ab49e8d3cfd1556b61d4af79fede0e477ebfb0.tar.bz2
clang-format: Fix incorrect multi-var declstmt detection.
This is now obvious as the pointer alignment behavior was changed. Before (even with pointer alignment "Left"): MACRO Constructor(const int &i) : a(a), b(b) {} After: MACRO Constructor(const int& i) : a(a), b(b) {} llvm-svn: 235301
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
0 files changed, 0 insertions, 0 deletions