Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit 1ae192d

Browse files
committed
Added missing 'override' to ReadMismatchingDeleteExpressions
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237613 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent c2b4714 commit 1ae192d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/clang/Serialization/ASTReader.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1745,7 +1745,7 @@ class ASTReader
17451745

17461746
void ReadMismatchingDeleteExpressions(llvm::MapVector<
17471747
FieldDecl *, llvm::SmallVector<std::pair<SourceLocation, bool>, 4>> &
1748-
Exprs);
1748+
Exprs) override;
17491749

17501750
void ReadTentativeDefinitions(
17511751
SmallVectorImpl<VarDecl *> &TentativeDefs) override;

0 commit comments

Comments
 (0)