[clang] 6282b74 - [clang][Interp][NFC] Fix a doc comment

Timm Bäder via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 26 06:10:02 PDT 2023


Author: Timm Bäder
Date: 2023-10-26T15:09:42+02:00
New Revision: 6282b745e09d57a29e8221db638a7d393d66608d

URL: https://github.com/llvm/llvm-project/commit/6282b745e09d57a29e8221db638a7d393d66608d
DIFF: https://github.com/llvm/llvm-project/commit/6282b745e09d57a29e8221db638a7d393d66608d.diff

LOG: [clang][Interp][NFC] Fix a doc comment

Added: 
    

Modified: 
    clang/lib/AST/Interp/Descriptor.h

Removed: 
    


################################################################################
diff  --git a/clang/lib/AST/Interp/Descriptor.h b/clang/lib/AST/Interp/Descriptor.h
index 2fd4e9208264525..6ee9bbe85d71d6a 100644
--- a/clang/lib/AST/Interp/Descriptor.h
+++ b/clang/lib/AST/Interp/Descriptor.h
@@ -84,7 +84,7 @@ struct Descriptor final {
   const unsigned ElemSize;
   /// Size of the storage, in host bytes.
   const unsigned Size;
-  // Size of the metadata.
+  /// Size of the metadata.
   const unsigned MDSize;
   /// Size of the allocation (storage + metadata), in host bytes.
   const unsigned AllocSize;


        


More information about the cfe-commits mailing list