[clang][Interp][NFC] Fix a doc comment
authorTimm Bäder <tbaeder@redhat.com>
Wed, 5 Jul 2023 06:52:08 +0000 (08:52 +0200)
committerTimm Bäder <tbaeder@redhat.com>
Wed, 5 Jul 2023 07:05:53 +0000 (09:05 +0200)
clang/lib/AST/Interp/Record.h

index 24092f57c0d941a381e54532ec7028ad796d3e4c..940b4c9ebf592a60b3115e3b4fe52296e0f65947 100644 (file)
@@ -65,7 +65,7 @@ public:
   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<CXXRecordDecl>(Decl))
       return CXXDecl->getDestructor();