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
Differential D25439
Fixed column shift when formatting line containing bit shift operators idlecode on Oct 10 2016, 10:02 AM. Authored by
Details During clang-format source lexing >> and << operators are split and Fixes pr26887
Diff Detail
Event Timeline
Comment Actions Generally, always upload diffs with the full file as context to phabricator. That way, it is easier to see how the diff fits into the rest of the file. Thanks for fixing this!!
Comment Actions Thanks for pointing it out, just a minute ago I found a proper document mentioning it (I have no idea how I could miss it).
|