forked from OSchip/llvm-project
Added better comment about protocol list for class ObjcQualifiedInterfaceType.
llvm-svn: 42794
This commit is contained in:
parent
a55a2cc25c
commit
f483847233
|
@ -832,8 +832,10 @@ public:
|
|||
static bool classof(const ObjcInterfaceType *) { return true; }
|
||||
};
|
||||
|
||||
/// - ObjcQualifiedInterfaceType - This class represense interface types
|
||||
/// ObjcQualifiedInterfaceType - This class represents interface types
|
||||
/// conforming to a list of protocols; such as, INTF<Proto1, Proto2, Proto1>.
|
||||
/// Duplicate protocols are removed and protocol list is canonicalized to be in
|
||||
/// alphabetical order.
|
||||
class ObjcQualifiedInterfaceType : public Type {
|
||||
// Interface type for this protocol conforming object type
|
||||
ObjcInterfaceType *InterfaceType;
|
||||
|
|
Loading…
Reference in New Issue