[all-commits] [llvm/llvm-project] 91682b: Remove redundant initialization of std::optional (...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sat Jan 14 14:06:33 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 91682b2631b224a9f6dca9512b5e0951cc4a7762
https://github.com/llvm/llvm-project/commit/91682b2631b224a9f6dca9512b5e0951cc4a7762
Author: Kazu Hirata <kazu at google.com>
Date: 2023-01-14 (Sat, 14 Jan 2023)
Changed paths:
M clang-tools-extra/clangd/ClangdServer.h
M flang/include/flang/Lower/ComponentPath.h
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/CallInterface.cpp
M lld/MachO/LTO.cpp
M lldb/include/lldb/Core/DataFileCache.h
M lldb/include/lldb/Host/File.h
M lldb/include/lldb/Target/TraceDumper.h
M lldb/source/Plugins/Trace/intel-pt/DecodedThread.h
M lldb/source/Plugins/Trace/intel-pt/TraceIntelPTConstants.h
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/include/mlir/ExecutionEngine/ExecutionEngine.h
M mlir/lib/Dialect/Bufferization/Transforms/OneShotAnalysis.cpp
M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseStorageSpecifierToLLVM.cpp
M mlir/lib/Dialect/Utils/ReshapeOpsUtils.cpp
Log Message:
-----------
Remove redundant initialization of std::optional (NFC)
More information about the All-commits
mailing list