[all-commits] [llvm/llvm-project] 19550e: [NFC][Clang] Remove redundant function definitions
Juan Manuel Martinez Caamaño via All-commits
all-commits at lists.llvm.org
Thu Aug 31 05:48:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 19550e79b50f0689404309a2c6091f0b53770e08
https://github.com/llvm/llvm-project/commit/19550e79b50f0689404309a2c6091f0b53770e08
Author: Juan Manuel MARTINEZ CAAMAÑO <juamarti at amd.com>
Date: 2023-08-31 (Thu, 31 Aug 2023)
Changed paths:
M clang/lib/CodeGen/CGCall.cpp
M clang/lib/CodeGen/CGCall.h
M clang/lib/CodeGen/CodeGenModule.h
Log Message:
-----------
[NFC][Clang] Remove redundant function definitions
There were 3 definitions of the mergeDefaultFunctionDefinitionAttributes
function: A private implementation, a version exposed in CodeGen, a
version exposed in CodeGenModule.
This patch removes the private and the CodeGenModule versions and keeps
a single definition in CodeGen.
Reviewed By: jhuber6
Differential Revision: https://reviews.llvm.org/D159256
More information about the All-commits
mailing list