diff --git a/clang/lib/AST/Interp/Record.h b/clang/lib/AST/Interp/Record.h index 24092f57c0d94..940b4c9ebf592 100644 --- a/clang/lib/AST/Interp/Record.h +++ b/clang/lib/AST/Interp/Record.h @@ -65,7 +65,7 @@ class Record final { const Base *getBase(QualType T) const; /// Returns a virtual base descriptor. const Base *getVirtualBase(const RecordDecl *RD) const; - // Returns the destructor of the record, if any. + /// Returns the destructor of the record, if any. const CXXDestructorDecl *getDestructor() const { if (const auto *CXXDecl = dyn_cast(Decl)) return CXXDecl->getDestructor();