forked from OSchip/llvm-project
Also mark Type's dump() as 'used' to make it available in libclang.
llvm-svn: 151037
This commit is contained in:
parent
90634c4d25
commit
90c2e86b63
|
@ -1706,7 +1706,7 @@ public:
|
|||
return CanonicalType;
|
||||
}
|
||||
CanQualType getCanonicalTypeUnqualified() const; // in CanonicalType.h
|
||||
void dump() const;
|
||||
LLVM_ATTRIBUTE_USED void dump() const;
|
||||
|
||||
static bool classof(const Type *) { return true; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue