commit | b9b18675193cd7410eae2cb5bebf3c2b93a3feaa | [log] [tgz] |
---|---|---|
author | Nico Weber <nicolasweber@gmx.de> | Wed Sep 27 17:57:50 2017 +0000 |
committer | Nico Weber <nicolasweber@gmx.de> | Wed Sep 27 17:57:50 2017 +0000 |
tree | 0865ee6d77737e227c2c8ef2be56a7c95966c086 | |
parent | 022cc6c41e3711c61a86f12ab7bea010ad72ed88 [diff] |
clang-format/java: Unbreak genenrics formatting after r299952. https://reviews.llvm.org/rL299952 merged '>>>' tokens into a single JavaRightLogicalShift token. This broke formatting of generics nested more than two deep, e.g. Foo<Bar<Baz>>> because the '>>>' now weren't three '>' for parseAngle(). Luckily, just deleting JavaRightLogicalShift fixes things without breaking the test added in r299952, so do that. https://reviews.llvm.org/D38291 llvm-svn: 314325