baloghadamsoftware added a comment. In D80522#2082095 <https://reviews.llvm.org/D80522#2082095>, @teemperor wrote:
> This introduced a compiler warning: > > > /Users/teemperor/1llvm/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:1102:23: > warning: 'getDecl' overrides a member function but is not marked 'override' > [-Winconsistent-missing-override] > const ObjCIvarDecl *getDecl() const; > ^ > > /Users/teemperor/1llvm/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:898:28: > note: overridden virtual function is here > virtual const ValueDecl *getDecl() const = 0; > ^ > Thx! Fixed now! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D80522/new/ https://reviews.llvm.org/D80522 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits