[all-commits] [llvm/llvm-project] e6135c: [clang] Remove unused declaration IgnoreLinkageSpe...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Thu May 25 23:31:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6135c27b231c43d84cdc92886d807d7e7a84f1f
https://github.com/llvm/llvm-project/commit/e6135c27b231c43d84cdc92886d807d7e7a84f1f
Author: Kazu Hirata <kazu at google.com>
Date: 2023-05-25 (Thu, 25 May 2023)
Changed paths:
M clang/lib/AST/ItaniumMangle.cpp
Log Message:
-----------
[clang] Remove unused declaration IgnoreLinkageSpecDecls
The declaration and its corresponding function definition were removed
once by:
commit 02093906fa0fd5bacc61b2189ea643c78cd02509
Author: Nathan Sidwell <nathan at acm.org>
Date: Mon Feb 14 10:19:04 2022 -0800
However, the declaration was added back without a corresponding
function definition a few days later by:
commit 18ead23385a4e0e6421d658591b1ee6a1c592b53
Author: Peter Collingbourne <peter at pcc.me.uk>
Date: Thu Feb 17 11:23:33 2022 -0800
This is most likely a rebasing error.
More information about the All-commits
mailing list