We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658e476 commit 6b32ba6Copy full SHA for 6b32ba6
clang/lib/AST/Interp/Record.h
@@ -119,7 +119,7 @@ class Record final {
119
VirtualBaseList VirtualBases;
120
121
/// Mapping from declarations to bases.
122
- llvm::DenseMap<const RecordDecl *, Base *> BaseMap;
+ llvm::DenseMap<const RecordDecl *, const Base *> BaseMap;
123
/// Mapping from field identifiers to descriptors.
124
llvm::DenseMap<const FieldDecl *, const Field *> FieldMap;
125
/// Mapping from declarations to virtual bases.
0 commit comments