[all-commits] [llvm/llvm-project] 7ea103: [clang][dataflow] Add support for global storage v...

Stanislav Gatev via All-commits all-commits at lists.llvm.org
Wed Feb 23 00:29:01 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7ea103de140b59a64fc884fa90afd2213619384d
      https://github.com/llvm/llvm-project/commit/7ea103de140b59a64fc884fa90afd2213619384d
  Author: Stanislav Gatev <sgatev at google.com>
  Date:   2022-02-23 (Wed, 23 Feb 2022)

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

  Log Message:
  -----------
  [clang][dataflow] Add support for global storage values

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

Reviewed-by: ymandel, xazax.hun

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




More information about the All-commits mailing list