[clang] 53298b8 - [Analyzer] Remove warning caused by commit `rG98db1f990fc2`
Adam Balogh via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 9 06:39:10 PDT 2020
Author: Adam Balogh
Date: 2020-06-09T15:40:42+02:00
New Revision: 53298b8c8d74d0064c673db18addfe973b544dbb
URL: https://github.com/llvm/llvm-project/commit/53298b8c8d74d0064c673db18addfe973b544dbb
DIFF: https://github.com/llvm/llvm-project/commit/53298b8c8d74d0064c673db18addfe973b544dbb.diff
LOG: [Analyzer] Remove warning caused by commit `rG98db1f990fc2`
Added:
Modified:
clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
Removed:
################################################################################
diff --git a/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h b/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
index b0391bd042a8..9f85347db5df 100644
--- a/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
+++ b/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
@@ -1099,7 +1099,7 @@ class ObjCIvarRegion : public DeclRegion {
const MemRegion* superRegion);
public:
- const ObjCIvarDecl *getDecl() const;
+ const ObjCIvarDecl *getDecl() const override;
void Profile(llvm::FoldingSetNodeID& ID) const override;
More information about the cfe-commits
mailing list