[all-commits] [llvm/llvm-project] 1f88fb: [clang] Use std::nullopt instead of None in commen...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Thu Dec 8 22:43:26 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f88fb406cc323eb36fc5f18626915b4ba75560e
https://github.com/llvm/llvm-project/commit/1f88fb406cc323eb36fc5f18626915b4ba75560e
Author: Kazu Hirata <kazu at google.com>
Date: 2022-12-08 (Thu, 08 Dec 2022)
Changed paths:
M clang/include/clang/Analysis/CFG.h
M clang/include/clang/Analysis/ProgramPoint.h
M clang/include/clang/Basic/SourceManager.h
M clang/include/clang/Basic/TargetInfo.h
M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
M clang/lib/Tooling/Transformer/SourceCodeBuilders.cpp
Log Message:
-----------
[clang] Use std::nullopt instead of None in comments (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