diff options
author | Daniel Jasper <djasper@google.com> | 2013-07-09 09:06:29 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-07-09 09:06:29 +0000 |
commit | b1f74a815294822f32b80210df64c6cf1492952d (patch) | |
tree | 5a534c94edf8d6ebee78a35f187692c209980741 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | f7f252d025ed6592fc0d999b069ab772517ad765 (diff) | |
download | llvm-b1f74a815294822f32b80210df64c6cf1492952d.zip llvm-b1f74a815294822f32b80210df64c6cf1492952d.tar.gz llvm-b1f74a815294822f32b80210df64c6cf1492952d.tar.bz2 |
Fix alignment of closing brace in braced initializers.
Before:
someFunction(OtherParam, BracedList{
// comment 1 (Forcing intersting break)
param1, param2,
// comment 2
param3, param4
});
After:
someFunction(OtherParam, BracedList{
// comment 1 (Forcing intersting break)
param1, param2,
// comment 2
param3, param4
});
To do so, the UnwrappedLineParser now stores the information about the
kind of brace in the FormatToken.
llvm-svn: 185914
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions