[all-commits] [llvm/llvm-project] 09273d: Fix WebKit static analyzers to support ref and der...

Ryosuke Niwa via All-commits all-commits at lists.llvm.org
Fri Nov 10 12:21:49 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 09273d408da97022f3146cfd11328c1a8ce50d10
      https://github.com/llvm/llvm-project/commit/09273d408da97022f3146cfd11328c1a8ce50d10
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2023-11-10 (Fri, 10 Nov 2023)

  Changed paths:
    M clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.cpp
    M clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.h
    M clang/lib/StaticAnalyzer/Checkers/WebKit/RefCntblBaseVirtualDtorChecker.cpp
    A clang/test/Analysis/Checkers/WebKit/ref-cntbl-base-virtual-dtor-ref-deref-on-diff-classes.cpp
    A clang/test/Analysis/Checkers/WebKit/uncounted-members-ref-deref-on-diff-classes.cpp

  Log Message:
  -----------
  Fix WebKit static analyzers to support ref and deref methods to be defined on different classes. (#69985)




More information about the All-commits mailing list