[llvm-branch-commits] [clang] callee_type metadata for indirect calls (PR #117036)
Paul Kirth via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Apr 22 10:00:07 PDT 2025
================
@@ -2860,9 +2861,25 @@ static void setLinkageForGV(llvm::GlobalValue *GV, const NamedDecl *ND) {
GV->setLinkage(llvm::GlobalValue::ExternalWeakLinkage);
}
+static bool HasExistingGeneralizedTypeMD(llvm::Function *F) {
----------------
ilovepi wrote:
```suggestion
static bool hasExistingGeneralizedTypeMD(llvm::Function *F) {
```
https://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly
https://github.com/llvm/llvm-project/pull/117036
More information about the llvm-branch-commits
mailing list