[all-commits] [llvm/llvm-project] 092a53: [clang][dataflow] Model the behavior of non-standa...
Stanislav Gatev via All-commits
all-commits at lists.llvm.org
Tue Mar 15 01:13:45 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 092a530ca1878df08dc616cb43072044a39fb132
https://github.com/llvm/llvm-project/commit/092a530ca1878df08dc616cb43072044a39fb132
Author: Stanislav Gatev <sgatev at google.com>
Date: 2022-03-15 (Tue, 15 Mar 2022)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/MatchSwitch.h
M clang/lib/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.cpp
M clang/lib/Analysis/FlowSensitive/Transfer.cpp
M clang/unittests/Analysis/FlowSensitive/MatchSwitchTest.cpp
M clang/unittests/Analysis/FlowSensitive/UncheckedOptionalAccessModelTest.cpp
Log Message:
-----------
[clang][dataflow] Model the behavior of non-standard optional constructors
Model nullopt, inplace, value, and conversion constructors.
Reviewed-by: ymandel, xazax.hun, gribozavr2
Differential Revision: https://reviews.llvm.org/D121602
More information about the All-commits
mailing list