[all-commits] [llvm/llvm-project] 6e608d: [clang-format] Correctly annotate return type of f...
Owen Pan via All-commits
all-commits at lists.llvm.org
Tue Sep 26 14:18:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e608dc44b5f8998813a3051da0a5f80c2db7d2b
https://github.com/llvm/llvm-project/commit/6e608dc44b5f8998813a3051da0a5f80c2db7d2b
Author: Owen Pan <owenpiano at gmail.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M clang/lib/Format/TokenAnnotator.cpp
M clang/unittests/Format/TokenAnnotatorTest.cpp
Log Message:
-----------
[clang-format] Correctly annotate return type of function pointer (#66893)
Fixes #66857.
More information about the All-commits
mailing list