[clang] [clang-format] Correctly annotate return type of function pointer (PR #66893)

2023-09-26 Thread Owen Pan via cfe-commits
https://github.com/owenca closed https://github.com/llvm/llvm-project/pull/66893 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-format] Correctly annotate return type of function pointer (PR #66893)

2023-09-26 Thread Björn Schäpers via cfe-commits
https://github.com/HazardyKnusperkeks approved this pull request. https://github.com/llvm/llvm-project/pull/66893 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-format] Correctly annotate return type of function pointer (PR #66893)

2023-09-26 Thread Owen Pan via cfe-commits
owenca wrote: > Pinging @owenca. Waiting for one of @mydeveloperday @HazardyKnusperkeks @rymiel https://github.com/llvm/llvm-project/pull/66893 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cf

[clang] [clang-format] Correctly annotate return type of function pointer (PR #66893)

2023-09-26 Thread Pierre Jolivet via cfe-commits
prj- wrote: Pinging @owenca. https://github.com/llvm/llvm-project/pull/66893 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-format] Correctly annotate return type of function pointer (PR #66893)

2023-09-20 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-format Changes Fixes #66857. --- Full diff: https://github.com/llvm/llvm-project/pull/66893.diff 2 Files Affected: - (modified) clang/lib/Format/TokenAnnotator.cpp (+6-2) - (modified) clang/unittests/Format/TokenAnnotatorTest.cpp (+7) ``

[clang] [clang-format] Correctly annotate return type of function pointer (PR #66893)

2023-09-20 Thread Owen Pan via cfe-commits
https://github.com/owenca created https://github.com/llvm/llvm-project/pull/66893 Fixes #66857. >From a03878c28110c26c6119f3c5038640b01df3cfe0 Mon Sep 17 00:00:00 2001 From: Owen Pan Date: Wed, 20 Sep 2023 03:54:09 -0700 Subject: [PATCH] [clang-format] Correctly annotate return type of functio