teemperor added a comment.
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;
^
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80522/new/
https://reviews.llvm.org/D80522
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits