[all-commits] [llvm/llvm-project] 75e8a9: [lldb][NFC] Remove all overloads of Copy/DeportTyp...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Mon Dec 16 03:09:32 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 75e8a91cf84fce2432f70949ab9e353ff2322a5f
      https://github.com/llvm/llvm-project/commit/75e8a91cf84fce2432f70949ab9e353ff2322a5f
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2019-12-16 (Mon, 16 Dec 2019)

  Changed paths:
    M lldb/include/lldb/Symbol/ClangASTImporter.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
    M lldb/source/Symbol/ClangASTImporter.cpp

  Log Message:
  -----------
  [lldb][NFC] Remove all overloads of Copy/DeportType in ClangASTImporter

The overloads that don't take a CompilerType serve no purpose as we
always have a CompilerType in the scope where we call them. Instead
just call the overload that takes a CompilerType and delete the
now unused other overloaded methods.




More information about the All-commits mailing list