[all-commits] [llvm/llvm-project] 8fa56f: [clang-format] Prevent extraneous space insertion ...
luis via All-commits
all-commits at lists.llvm.org
Tue May 4 03:30:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8fa56f7ededcbe28cbbb810b5d261b72ab0d8035
https://github.com/llvm/llvm-project/commit/8fa56f7ededcbe28cbbb810b5d261b72ab0d8035
Author: Luis Penagos <luis at penagos.co>
Date: 2021-05-04 (Tue, 04 May 2021)
Changed paths:
M clang/lib/Format/TokenAnnotator.cpp
M clang/unittests/Format/FormatTest.cpp
Log Message:
-----------
[clang-format] Prevent extraneous space insertion in bitshift operators
This serves to augment the improvements made in https://reviews.llvm.org/D86581. It prevents clang-format from interpreting bitshift operators as template arguments in certain circumstances. This is an attempt at fixing https://bugs.llvm.org/show_bug.cgi?id=49868
Reviewed By: MyDeveloperDay, krasimir
Differential Revision: https://reviews.llvm.org/D100778
More information about the All-commits
mailing list