projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e7f421
)
[clang][Interp][NFC] Remove leftover comment fragment
author
Timm Bäder
<tbaeder@redhat.com>
Wed, 26 Oct 2022 09:25:25 +0000
(11:25 +0200)
committer
Timm Bäder
<tbaeder@redhat.com>
Fri, 28 Oct 2022 10:49:38 +0000
(12:49 +0200)
clang/lib/AST/Interp/Record.h
patch
|
blob
|
history
diff --git
a/clang/lib/AST/Interp/Record.h
b/clang/lib/AST/Interp/Record.h
index
38920f7
..
f638ae9
100644
(file)
--- a/
clang/lib/AST/Interp/Record.h
+++ b/
clang/lib/AST/Interp/Record.h
@@
-112,7
+112,6
@@
private:
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.