summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-07-06 19:12:31 +0000
committerBill Wendling <isanbard@gmail.com>2012-07-06 19:12:31 +0000
commit2da1a1621fd8ea40b143dc44812a0e97e6ef5c59 (patch)
tree5164ec3091ac9079080712947acdc9b244d63773 /include
parent9fdb7c085312b01924dd2d990b457cd58df2e63b (diff)
downloadllvm-2da1a1621fd8ea40b143dc44812a0e97e6ef5c59.tar.gz
llvm-2da1a1621fd8ea40b143dc44812a0e97e6ef5c59.tar.bz2
llvm-2da1a1621fd8ea40b143dc44812a0e97e6ef5c59.tar.xz
Add a print method to the ObjC property object.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159848 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/DebugInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h
index fdbafd69f2..618220fcb0 100644
--- a/include/llvm/DebugInfo.h
+++ b/include/llvm/DebugInfo.h
@@ -754,6 +754,8 @@ namespace llvm {
};
class DIObjCProperty : public DIDescriptor {
+ friend class DIDescriptor;
+ void printInternal(raw_ostream &OS) const;
public:
explicit DIObjCProperty(const MDNode *N) : DIDescriptor(N) { }