[all-commits] [llvm/llvm-project] 9c0a42: Use Optional::getValueOr (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Fri Dec 24 20:58:01 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9c0a4227a9ca7a2e4dc63ae27ee3868efdedb7ea
      https://github.com/llvm/llvm-project/commit/9c0a4227a9ca7a2e4dc63ae27ee3868efdedb7ea
  Author: Kazu Hirata <kazu at google.com>
  Date:   2021-12-24 (Fri, 24 Dec 2021)

  Changed paths:
    M clang/include/clang/APINotes/Types.h
    M clang/include/clang/AST/AbstractBasicReader.h
    M clang/include/clang/AST/DeclTemplate.h
    M clang/lib/ASTMatchers/Dynamic/Parser.cpp
    M clang/lib/CodeGen/CGObjC.cpp
    M lld/ELF/LinkerScript.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
    M lldb/source/Plugins/TraceExporter/ctf/CommandObjectThreadTraceExportCTF.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
    M llvm/lib/IR/Instructions.cpp
    M llvm/lib/MC/MachObjectWriter.cpp

  Log Message:
  -----------
  Use Optional::getValueOr (NFC)




More information about the All-commits mailing list