Author: Timm Bäder Date: 2022-10-28T12:49:38+02:00 New Revision: 0ad3ad6bc7e1629703d931222514b2a97e885cb9
URL: https://github.com/llvm/llvm-project/commit/0ad3ad6bc7e1629703d931222514b2a97e885cb9 DIFF: https://github.com/llvm/llvm-project/commit/0ad3ad6bc7e1629703d931222514b2a97e885cb9.diff LOG: [clang][Interp][NFC] Remove leftover comment fragment Added: Modified: clang/lib/AST/Interp/Record.h Removed: ################################################################################ diff --git a/clang/lib/AST/Interp/Record.h b/clang/lib/AST/Interp/Record.h index 38920f75fe12..f638ae90a1c4 100644 --- a/clang/lib/AST/Interp/Record.h +++ b/clang/lib/AST/Interp/Record.h @@ -112,7 +112,6 @@ class Record final { llvm::DenseMap<const FieldDecl *, Field *> FieldMap; /// Mapping from declarations to virtual bases. llvm::DenseMap<const RecordDecl *, Base *> VirtualBaseMap; - /// Mapping from /// Size of the structure. unsigned BaseSize; /// Size of all virtual bases. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits