[all-commits] [llvm/llvm-project] 743089: Replace Optional::hasValue with has_value or opera...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Jul 29 10:57:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7430894a6573665c18b97599db76a331fa0b25eb
https://github.com/llvm/llvm-project/commit/7430894a6573665c18b97599db76a331fa0b25eb
Author: Fangrui Song <i at maskray.me>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
M bolt/include/bolt/Core/BinaryFunction.h
M bolt/lib/Rewrite/DWARFRewriter.cpp
M bolt/lib/Rewrite/RewriteInstance.cpp
M bolt/unittests/Core/BinaryContext.cpp
M bolt/unittests/Core/MCPlusBuilder.cpp
M clang/lib/Driver/OffloadBundler.cpp
M mlir/examples/toy/Ch1/include/toy/AST.h
M mlir/examples/toy/Ch1/parser/AST.cpp
M mlir/examples/toy/Ch2/include/toy/AST.h
M mlir/examples/toy/Ch2/mlir/MLIRGen.cpp
M mlir/examples/toy/Ch2/parser/AST.cpp
M mlir/examples/toy/Ch3/include/toy/AST.h
M mlir/examples/toy/Ch3/mlir/MLIRGen.cpp
M mlir/examples/toy/Ch3/parser/AST.cpp
M mlir/examples/toy/Ch4/include/toy/AST.h
M mlir/examples/toy/Ch4/mlir/MLIRGen.cpp
M mlir/examples/toy/Ch4/parser/AST.cpp
M mlir/examples/toy/Ch5/include/toy/AST.h
M mlir/examples/toy/Ch5/mlir/MLIRGen.cpp
M mlir/examples/toy/Ch5/parser/AST.cpp
M mlir/examples/toy/Ch6/include/toy/AST.h
M mlir/examples/toy/Ch6/mlir/MLIRGen.cpp
M mlir/examples/toy/Ch6/parser/AST.cpp
M mlir/examples/toy/Ch7/include/toy/AST.h
M mlir/examples/toy/Ch7/mlir/MLIRGen.cpp
M mlir/examples/toy/Ch7/parser/AST.cpp
Log Message:
-----------
Replace Optional::hasValue with has_value or operator bool. NFC
More information about the All-commits
mailing list