[all-commits] [llvm/llvm-project] ae73ab: Update debugserver test for new ostype names

adrian-prantl via All-commits all-commits at lists.llvm.org
Wed Mar 11 15:50:09 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ae73ab64b66d1889b447303d432f4d217d222def
      https://github.com/llvm/llvm-project/commit/ae73ab64b66d1889b447303d432f4d217d222def
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2020-03-11 (Wed, 11 Mar 2020)

  Changed paths:
    M lldb/test/API/tools/lldb-server/TestAppleSimulatorOSType.py

  Log Message:
  -----------
  Update debugserver test for new ostype names


  Commit: 2b366e75d41341e7cb2e763b20c4fc8fd3bd4b3c
      https://github.com/llvm/llvm-project/commit/2b366e75d41341e7cb2e763b20c4fc8fd3bd4b3c
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2020-03-11 (Wed, 11 Mar 2020)

  Changed paths:
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/DeclBase.h
    M clang/include/clang/AST/DeclCXX.h
    M clang/include/clang/AST/DeclTemplate.h

  Log Message:
  -----------
  Make Decl::setOwningModuleID() public. (NFC)

This API is going to be used by LLDB to recreate owning module
information for Decls deserialized from DWARF.

Differential Revision: https://reviews.llvm.org/D75560


Compare: https://github.com/llvm/llvm-project/compare/213aea4c5836...2b366e75d413


More information about the All-commits mailing list