[llvm-branch-commits] [clang] [clang] callee_type metadata for indirect calls (PR #117036)

Paul Kirth via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Apr 23 10:07:28 PDT 2025


================
@@ -1619,9 +1619,12 @@ class CodeGenModule : public CodeGenTypeCache {
   llvm::Metadata *CreateMetadataIdentifierGeneralized(QualType T);
 
   /// Create and attach type metadata to the given function.
-  void CreateFunctionTypeMetadataForIcall(const FunctionDecl *FD,
+  void createFunctionTypeMetadataForIcall(const FunctionDecl *FD,
----------------
ilovepi wrote:

I'd suggest making this a separate change. It can land independently of your PR. When you make it CC one of the clang maintainers to make sure this isn't some important public API. I'm like 90% sure its not, but :shrug: I've been wrong before.

https://github.com/llvm/llvm-project/pull/117036


More information about the llvm-branch-commits mailing list