diff options
author | Prabhu Rajasekaran <prabhukr@google.com> | 2025-04-30 21:32:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-30 21:32:19 -0700 |
commit | 53c175ceafc58fcdf13fd51f73506a7d277873bb (patch) | |
tree | 690443aca376df08f74528a3a68e17c93f67101c /clang/lib/CodeGen/CodeGenModule.h | |
parent | 4258998654a67fb98da16f2c56cbb5912e990a9c (diff) | |
download | llvm-53c175ceafc58fcdf13fd51f73506a7d277873bb.zip llvm-53c175ceafc58fcdf13fd51f73506a7d277873bb.tar.gz llvm-53c175ceafc58fcdf13fd51f73506a7d277873bb.tar.bz2 |
[nfc][clang] Rename function (#137874)
Rename function to meet the coding guidelines.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 59f4005..1db5c3b 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -1633,7 +1633,7 @@ public: llvm::Metadata *CreateMetadataIdentifierGeneralized(QualType T); /// Create and attach type metadata to the given function. - void CreateFunctionTypeMetadataForIcall(const FunctionDecl *FD, + void createFunctionTypeMetadataForIcall(const FunctionDecl *FD, llvm::Function *F); /// Set type metadata to the given function. |