[all-commits] [llvm/llvm-project] 5a4d78: [lldb] Split ClangASTSource::CompleteType

Pavel Labath via All-commits all-commits at lists.llvm.org
Tue Jun 23 02:48:14 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5a4d78064e2cf7ea6b4e59c2b33e936588ae38a5
      https://github.com/llvm/llvm-project/commit/5a4d78064e2cf7ea6b4e59c2b33e936588ae38a5
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2020-06-23 (Tue, 23 Jun 2020)

  Changed paths:
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h

  Log Message:
  -----------
  [lldb] Split ClangASTSource::CompleteType

Move the part of the code which is responsible for finding a complete
definition of the type into a separate function (FindCompleteType). This
is split off from D81561, as it's a generally useful cleanup.

No functional change.




More information about the All-commits mailing list