[llvm-branch-commits] [clang] [llvm] [llvm] Introduce callee_type metadata (PR #87573)
Prabhu Rajasekaran via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jul 9 18:21:35 PDT 2025
================
@@ -1252,6 +1252,12 @@ class MDNode : public Metadata {
bool isReplaceable() const { return isTemporary() || isAlwaysReplaceable(); }
bool isAlwaysReplaceable() const { return getMetadataID() == DIAssignIDKind; }
+ bool hasGeneralizedMDString() const {
----------------
Prabhuk wrote:
I've extracted the function from API and made it a standalone helper function in the same file. PTAL.
https://github.com/llvm/llvm-project/pull/87573
More information about the llvm-branch-commits
mailing list