[all-commits] [llvm/llvm-project] 3361a3: [llvm] Use has_value instead of hasValue (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Tue Jul 12 22:25:57 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3361a364e64c815ede2fe6dfe4e8016637c16b0b
      https://github.com/llvm/llvm-project/commit/3361a364e64c815ede2fe6dfe4e8016637c16b0b
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-07-12 (Tue, 12 Jul 2022)

  Changed paths:
    M llvm/include/llvm/MC/MCDwarf.h
    M llvm/unittests/ADT/OptionalTest.cpp
    M llvm/unittests/ADT/StatisticTest.cpp
    M llvm/unittests/Analysis/IRSimilarityIdentifierTest.cpp
    M llvm/unittests/BinaryFormat/DwarfTest.cpp
    M llvm/unittests/CodeGen/GlobalISel/ConstantFoldingTest.cpp
    M llvm/unittests/DebugInfo/DWARF/DWARFDebugFrameTest.cpp
    M llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
    M llvm/unittests/DebugInfo/DWARF/DWARFFormValueTest.cpp
    M llvm/unittests/DebugInfo/GSYM/GSYMTest.cpp
    M llvm/unittests/IR/MetadataTest.cpp
    M llvm/unittests/IR/VPIntrinsicTest.cpp
    M llvm/unittests/InterfaceStub/ELFYAMLTest.cpp
    M llvm/unittests/ObjectYAML/DWARFYAMLTest.cpp
    M llvm/unittests/Support/AlignmentTest.cpp
    M llvm/unittests/Support/Casting.cpp
    M llvm/unittests/Support/KnownBitsTest.cpp
    M llvm/unittests/Support/YAMLParserTest.cpp
    M llvm/unittests/TableGen/ParserEntryPointTest.cpp

  Log Message:
  -----------
  [llvm] Use has_value instead of hasValue (NFC)




More information about the All-commits mailing list