diff options
author | Malcolm Parsons <malcolm.parsons@gmail.com> | 2016-11-03 16:57:30 +0000 |
---|---|---|
committer | Malcolm Parsons <malcolm.parsons@gmail.com> | 2016-11-03 16:57:30 +0000 |
commit | 6af3f14efb0ad169eb5239ca1a9b7027925aadd2 (patch) | |
tree | 31b0c3b08d56cafde7f58614fcc563587c0531b9 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 6dcf4c6859f8c4dd060a3b3c1bc3c34c214b0d36 (diff) | |
download | llvm-6af3f14efb0ad169eb5239ca1a9b7027925aadd2.zip llvm-6af3f14efb0ad169eb5239ca1a9b7027925aadd2.tar.gz llvm-6af3f14efb0ad169eb5239ca1a9b7027925aadd2.tar.bz2 |
Fixed column shift when formatting line containing bit shift operators
Summary:
During clang-format source lexing >> and << operators are split and
treated as two less/greater operators but column position of following
tokens was not adjusted accordingly.
Fixes PR26887
Patch by Paweł Żukowski.
Reviewers: djasper
Subscribers: malcolm.parsons, mprobst, klimek, cfe-commits
Differential Revision: https://reviews.llvm.org/D25439
llvm-svn: 285934
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions