[all-commits] [llvm/llvm-project] b000b7: [clang][dataflow] Model the behavior of non-standa...
Stanislav Gatev via All-commits
all-commits at lists.llvm.org
Thu Mar 17 10:11:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b000b7705ad86ff19bea950c913a2416247317d5
https://github.com/llvm/llvm-project/commit/b000b7705ad86ff19bea950c913a2416247317d5
Author: Stanislav Gatev <sgatev at google.com>
Date: 2022-03-17 (Thu, 17 Mar 2022)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.h
M clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
M clang/lib/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.cpp
M clang/lib/Analysis/FlowSensitive/Transfer.cpp
M clang/unittests/Analysis/FlowSensitive/UncheckedOptionalAccessModelTest.cpp
Log Message:
-----------
[clang][dataflow] Model the behavior of non-standard optional assignment
Model nullopt, value, and conversion assignment operators.
Reviewed-by: xazax.hun
Differential Revision: https://reviews.llvm.org/D121863
More information about the All-commits
mailing list