[all-commits] [llvm/llvm-project] 34558b: [StaticAnalyzer] Remove redundant declaration isSt...

kazutakahirata via All-commits all-commits at lists.llvm.org
Sat Dec 25 00:36:01 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 34558b039b3baf057851b8d39f53402608da4927
      https://github.com/llvm/llvm-project/commit/34558b039b3baf057851b8d39f53402608da4927
  Author: Kazu Hirata <kazu at google.com>
  Date:   2021-12-25 (Sat, 25 Dec 2021)

  Changed paths:
    M clang/lib/StaticAnalyzer/Checkers/SmartPtr.h

  Log Message:
  -----------
  [StaticAnalyzer] Remove redundant declaration isStdSmartPtr (NFC)

An identical declaration is present just a couple of lines above the
line being removed in this patch.

Identified with readability-redundant-declaration.




More information about the All-commits mailing list