[all-commits] [llvm/llvm-project] e6b523: [lldb] Replace None with std::nullopt in comments ...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sat May 6 08:56:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6b52355a1f3eae9310003ee714c802ac8a63b46
https://github.com/llvm/llvm-project/commit/e6b52355a1f3eae9310003ee714c802ac8a63b46
Author: Kazu Hirata <kazu at google.com>
Date: 2023-05-06 (Sat, 06 May 2023)
Changed paths:
M lldb/include/lldb/Target/Trace.h
M lldb/source/Commands/CommandObjectThread.cpp
M lldb/source/Plugins/Process/Linux/Perf.h
M lldb/source/Plugins/TraceExporter/common/TraceHTR.h
Log Message:
-----------
[lldb] Replace None with std::nullopt 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
Commit: 6b451c8012696fb81b0eb6441b14d96dd04e59ca
https://github.com/llvm/llvm-project/commit/6b451c8012696fb81b0eb6441b14d96dd04e59ca
Author: Kazu Hirata <kazu at google.com>
Date: 2023-05-06 (Sat, 06 May 2023)
Changed paths:
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
Log Message:
-----------
[mlir] Use std::optional instead of llvm::Optional (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
Commit: 9ad45b4ab72cbb7acd15fdbea9aefcd66bf867e7
https://github.com/llvm/llvm-project/commit/9ad45b4ab72cbb7acd15fdbea9aefcd66bf867e7
Author: Kazu Hirata <kazu at google.com>
Date: 2023-05-06 (Sat, 06 May 2023)
Changed paths:
M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.h
Log Message:
-----------
[clang-tidy] Modernize HungarianNotationOption (NFC)
Compare: https://github.com/llvm/llvm-project/compare/dd6a58babc85...9ad45b4ab72c
More information about the All-commits
mailing list