[all-commits] [llvm/llvm-project] a82ffe: [analyzer] Add support for CXXInheritedCtorInitExpr.

NoQ via All-commits all-commits at lists.llvm.org
Tue Feb 25 07:37:30 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a82ffe9d93a24abf30bcf63081096ea18baf78dc
      https://github.com/llvm/llvm-project/commit/a82ffe9d93a24abf30bcf63081096ea18baf78dc
  Author: Artem Dergachev <artem.dergachev at gmail.com>
  Date:   2020-02-25 (Tue, 25 Feb 2020)

  Changed paths:
    M clang/include/clang/Analysis/AnyCall.h
    M clang/include/clang/Analysis/ConstructionContext.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
    M clang/lib/Analysis/RetainSummaryManager.cpp
    M clang/lib/StaticAnalyzer/Core/CallEvent.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
    M clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
    A clang/test/Analysis/cxx-inherited-ctor-init-expr.cpp
    M clang/test/Analysis/osobject-retain-release.cpp

  Log Message:
  -----------
  [analyzer] Add support for CXXInheritedCtorInitExpr.

So far we've been dropping coverage every time we've encountered
a CXXInheritedCtorInitExpr. This patch attempts to add some
initial support for it.

Constructors for arguments of a CXXInheritedCtorInitExpr are still
not fully supported.

Differential Revision: https://reviews.llvm.org/D74735




More information about the All-commits mailing list