[all-commits] [llvm/llvm-project] 37e649: [clang][dataflow] Add transfer functions for bind ...

Stanislav Gatev via All-commits all-commits at lists.llvm.org
Sun Jan 16 09:56:59 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 37e6496c800b33cbf6f7967d90eab53327147478
      https://github.com/llvm/llvm-project/commit/37e6496c800b33cbf6f7967d90eab53327147478
  Author: Stanislav Gatev <sgatev at google.com>
  Date:   2022-01-16 (Sun, 16 Jan 2022)

  Changed paths:
    M clang/lib/Analysis/FlowSensitive/Transfer.cpp
    M clang/unittests/Analysis/FlowSensitive/TransferTest.cpp

  Log Message:
  -----------
  [clang][dataflow] Add transfer functions for bind temporary and static cast

This is part of the implementation of the dataflow analysis framework.
See "[RFC] A dataflow analysis framework for Clang AST" on cfe-dev.

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




More information about the All-commits mailing list