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

Raphael Isemann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 9 05:27:12 PDT 2020


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





More information about the llvm-commits mailing list