[all-commits] [llvm/llvm-project] 587b8f: [NFC][analyzer] Enable implicit destructor for cfg...

tomasz-kaminski-sonarsource via All-commits all-commits at lists.llvm.org
Mon Jul 24 02:54:01 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 587b8f323d2db30928a2d9f54412aeead69b6cb7
      https://github.com/llvm/llvm-project/commit/587b8f323d2db30928a2d9f54412aeead69b6cb7
  Author: Tomasz Kamiński <tomasz.kamiński at sonarsource.com>
  Date:   2023-07-24 (Mon, 24 Jul 2023)

  Changed paths:
    M clang/test/Analysis/lifetime-cfg-output.cpp

  Log Message:
  -----------
  [NFC][analyzer] Enable implicit destructor for cfg-lifetime tests

This enables `cfg-temporary-dtors`, `cfg-rich-constructors`, and
`cfg-implicit-dtors` (defaults for CSA) for CFGLifetime test,
making int consistent with `cfg-scopes` test.
Before the fixes implemented in https://reviews.llvm.org/D153273,
this flags were incompatible.

Reviewed By: xazax.hun

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




More information about the All-commits mailing list