[all-commits] [llvm/llvm-project] 5e7135: [lldb] Fix macOS build by replacing nullptr with F...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Wed Dec 4 05:38:00 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5e713563934eadb48b4830ad019bdb91f1d89150
      https://github.com/llvm/llvm-project/commit/5e713563934eadb48b4830ad019bdb91f1d89150
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:
    M lldb/source/Host/macosx/objcxx/Host.mm
    M lldb/source/Symbol/LocateSymbolFileMacOSX.cpp

  Log Message:
  -----------
  [lldb] Fix macOS build by replacing nullptr with FileSpec()

Before we had a implicit conversion from nullptr to FileSpec
which was thankfully removed.




More information about the All-commits mailing list