[all-commits] [llvm/llvm-project] b01dca: [clang-format] [PR45357] Fix issue found with oper...
MyDeveloperDay via All-commits
all-commits at lists.llvm.org
Thu Apr 30 02:56:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b01dca50085768f1f1a5ad21a685906d48c38816
https://github.com/llvm/llvm-project/commit/b01dca50085768f1f1a5ad21a685906d48c38816
Author: mydeveloperday <mydeveloperday at gmail.com>
Date: 2020-04-30 (Thu, 30 Apr 2020)
Changed paths:
M clang/lib/Format/TokenAnnotator.cpp
M clang/unittests/Format/FormatTest.cpp
Log Message:
-----------
[clang-format] [PR45357] Fix issue found with operator spacing
Summary:
This is a tentative fix for https://bugs.llvm.org/show_bug.cgi?id=45357
Spaces seem to be introduced between * and * due to changes brought in for {D69573}
Reviewers: sylvestre.ledru, mitchell-stellar, sammccall, Abpostelnicu, krasimir, jbcoe
Reviewed By: Abpostelnicu
Subscribers: tstellar, hans, Abpostelnicu, cfe-commits
Tags: #clang, #clang-format
Differential Revision: https://reviews.llvm.org/D78879
More information about the All-commits
mailing list