[all-commits] [llvm/llvm-project] 59a960: [analyzer] Skip analysis of inherited ctor as top-...

Gabor Marton via All-commits all-commits at lists.llvm.org
Mon Mar 9 04:05:26 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 59a960b83c2d1559f31e1dd75728dd24fae2f68c
      https://github.com/llvm/llvm-project/commit/59a960b83c2d1559f31e1dd75728dd24fae2f68c
  Author: Gabor Marton <gabor.marton at ericsson.com>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

  Changed paths:
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
    M clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
    M clang/test/Analysis/cxx-inherited-ctor-init-expr.cpp
    A clang/test/Analysis/cxx-inherited-ctor-is-skipped-as-top-level.cpp

  Log Message:
  -----------
  [analyzer] Skip analysis of inherited ctor as top-level function

Summary:
This fixes a regression introduced in https://reviews.llvm.org/D74735

Reviewers: NoQ, Szelethus

Tags: #clang

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




More information about the All-commits mailing list