diff options
-rw-r--r-- | include/clang/AST/Type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/Type.h b/include/clang/AST/Type.h index 29a07f3cb1..412b51d55f 100644 --- a/include/clang/AST/Type.h +++ b/include/clang/AST/Type.h @@ -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; } |