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;
 


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to