[llvm-branch-commits] [clang] [llvm] [llvm] Introduce callee_type metadata (PR #87573)
Nikita Popov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jun 5 06:18:42 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 {
----------------
nikic wrote:
This looks too specific to be part of the main Metadata API.
https://github.com/llvm/llvm-project/pull/87573
More information about the llvm-branch-commits
mailing list