[all-commits] [llvm/llvm-project] cfbe86: Remove getInternalLinkageFor
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Jul 8 17:26:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cfbe86cc28310be0c95a645cde7443cf6625ce1a
https://github.com/llvm/llvm-project/commit/cfbe86cc28310be0c95a645cde7443cf6625ce1a
Author: Fangrui Song <i at maskray.me>
Date: 2023-07-08 (Sat, 08 Jul 2023)
Changed paths:
M clang/lib/AST/Decl.cpp
Log Message:
-----------
Remove getInternalLinkageFor
Commit 1283e9868d2c1cbf31a834bb5151af6d046c1cb3 added getInternalLinkageFor for
ModuleInternalLinkage used by -fmodules-ts. Now that -fmodules-ts is removed, we
can simplify the call sites to use LinkageInfo::internal().
More information about the All-commits
mailing list