[all-commits] [llvm/llvm-project] 064a08: Don't use Optional::hasValue (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Mon Jun 20 20:05:30 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 064a08cd955019da9130f1109bfa534e79b8ec7c
      https://github.com/llvm/llvm-project/commit/064a08cd955019da9130f1109bfa534e79b8ec7c
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-06-20 (Mon, 20 Jun 2022)

  Changed paths:
    M clang-tools-extra/clang-tidy/utils/FileExtensionsUtils.cpp
    M clang-tools-extra/clangd/GlobalCompilationDatabase.cpp
    M clang-tools-extra/clangd/TUScheduler.cpp
    M clang-tools-extra/clangd/refactor/tweaks/DumpAST.cpp
    M clang/include/clang/ASTMatchers/Dynamic/VariantValue.h
    M clang/include/clang/Basic/DirectoryEntry.h
    M clang/include/clang/Basic/FileEntry.h
    M clang/include/clang/Lex/Preprocessor.h
    M clang/include/clang/Sema/Sema.h
    M clang/lib/ASTMatchers/Dynamic/Marshallers.h
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CoverageMappingGen.cpp
    M clang/lib/Lex/PPMacroExpansion.cpp
    M clang/lib/Sema/SemaTemplateDeduction.cpp
    M clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
    M flang/include/flang/Lower/ComponentPath.h
    M lld/wasm/Writer.cpp
    M lldb/include/lldb/Core/DataFileCache.h
    M lldb/source/API/SBMemoryRegionInfo.cpp
    M lldb/source/Breakpoint/BreakpointID.cpp
    M llvm/include/llvm/Analysis/LazyCallGraph.h
    M llvm/include/llvm/CodeGen/SelectionDAGAddressAnalysis.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
    M llvm/include/llvm/IR/DebugInfoMetadata.h
    M llvm/include/llvm/IR/Function.h
    M llvm/include/llvm/ObjectYAML/ELFYAML.h
    M llvm/include/llvm/Support/Alignment.h
    M llvm/lib/Analysis/ProfileSummaryInfo.cpp
    M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
    M llvm/lib/IR/LLVMContext.cpp
    M llvm/lib/ObjectYAML/COFFEmitter.cpp
    M llvm/lib/Remarks/RemarkLinker.cpp
    M llvm/lib/Remarks/RemarkParser.cpp
    M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUIGroupLP.cpp
    M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
    M llvm/tools/llvm-reduce/deltas/ReduceGlobalObjects.cpp
    M mlir/include/mlir/Analysis/DataFlowAnalysis.h
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
    M mlir/include/mlir/IR/Diagnostics.h
    M mlir/include/mlir/Support/StorageUniquer.h
    M mlir/include/mlir/Tools/PDLL/AST/Diagnostic.h
    M mlir/lib/Conversion/VectorToGPU/VectorToGPU.cpp
    M mlir/lib/Dialect/Affine/Analysis/AffineStructures.cpp
    M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
    M mlir/lib/Dialect/Vector/Utils/VectorUtils.cpp
    M mlir/lib/IR/AsmPrinter.cpp
    M mlir/lib/IR/MLIRContext.cpp
    M mlir/lib/Support/Timing.cpp
    M mlir/lib/TableGen/Pattern.cpp
    M mlir/test/lib/Dialect/Test/TestDialect.cpp
    M mlir/tools/mlir-tblgen/AttrOrTypeDefGen.cpp

  Log Message:
  -----------
  Don't use Optional::hasValue (NFC)




More information about the All-commits mailing list