[all-commits] [llvm/llvm-project] b646f0: [clang-format] Fix misplacement of `*` in declarat...
Jack Huang via All-commits
all-commits at lists.llvm.org
Wed Jun 29 00:21:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b646f0955574c6ad4c156c9db522e46f597cfda9
https://github.com/llvm/llvm-project/commit/b646f0955574c6ad4c156c9db522e46f597cfda9
Author: Huang Zhen-Hong <jackhunag1205 at gmail.com>
Date: 2022-06-29 (Wed, 29 Jun 2022)
Changed paths:
M clang/lib/Format/TokenAnnotator.cpp
M clang/unittests/Format/FormatTest.cpp
M clang/unittests/Format/TokenAnnotatorTest.cpp
Log Message:
-----------
[clang-format] Fix misplacement of `*` in declaration of pointer to struct
Fixes #55810
Differential Revision: https://reviews.llvm.org/D127873
More information about the All-commits
mailing list