[all-commits] [llvm/llvm-project] 4633c0: [clang][dataflow] Allow disabling built-in transfe...
Yitzhak Mandelbaum via All-commits
all-commits at lists.llvm.org
Tue Mar 15 08:11:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4633c02eb0013ed38319b3fd708f59251bcd2aaf
https://github.com/llvm/llvm-project/commit/4633c02eb0013ed38319b3fd708f59251bcd2aaf
Author: Yitzhak Mandelbaum <yitzhakm at google.com>
Date: 2022-03-15 (Tue, 15 Mar 2022)
Changed paths:
M clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp
Log Message:
-----------
[clang][dataflow] Allow disabling built-in transfer functions for CFG terminators
Terminators are handled specially in the transfer functions so we need an
additional check on whether the analysis has disabled built-in transfer
functions.
Differential Revision: https://reviews.llvm.org/D121694
More information about the All-commits
mailing list