[all-commits] [llvm/llvm-project] a45647: [clang][dataflow][NFC] Clarify guarantees on retur...

Yitzhak Mandelbaum via All-commits all-commits at lists.llvm.org
Fri May 6 06:30:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a45647d82b728a7ccdfe28338bb8a115dee7a735
      https://github.com/llvm/llvm-project/commit/a45647d82b728a7ccdfe28338bb8a115dee7a735
  Author: Yitzhak Mandelbaum <yitzhakm at google.com>
  Date:   2022-05-06 (Fri, 06 May 2022)

  Changed paths:
    M clang/include/clang/Analysis/FlowSensitive/DataflowAnalysis.h

  Log Message:
  -----------
  [clang][dataflow][NFC] Clarify guarantees on returned vector size for `runDataflowAnalysis`.

Adjusts the comment to specify that the output vector's size matches the number of CFG blocks.

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




More information about the All-commits mailing list