[PATCH] D80522: [Analyzer] [NFC] Parameter Regions

Balogh, Ádám via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 9 07:06:02 PDT 2020


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





More information about the llvm-commits mailing list