Also mark Type's dump() as 'used' to make it available in libclang.

llvm-svn: 151037
This commit is contained in:
Argyrios Kyrtzidis 2012-02-21 06:12:38 +00:00
parent 90634c4d25
commit 90c2e86b63
1 changed files with 1 additions and 1 deletions

View File

@ -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; }