[all-commits] [llvm/llvm-project] 6c8b8a: [Checkers] Use std::optional in GenericTaintChecke...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sat Dec 10 08:00:37 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c8b8a6a2a52143d91af883dea30d8549e38cada
https://github.com/llvm/llvm-project/commit/6c8b8a6a2a52143d91af883dea30d8549e38cada
Author: Kazu Hirata <kazu at google.com>
Date: 2022-12-10 (Sat, 10 Dec 2022)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
Log Message:
-----------
[Checkers] Use std::optional in GenericTaintChecker.cpp (NFC)
This is part of an effort to migrate from llvm::Optional to
std::optional:
https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
More information about the All-commits
mailing list