[all-commits] [llvm/llvm-project] 9dbd39: [lldb] Remove ClangASTContext.h inclusion in Targe...

Alex via All-commits all-commits at lists.llvm.org
Thu Jan 16 22:44:24 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9dbd395b9b8b5f0cb4d10fa05f6f3591d338e486
      https://github.com/llvm/llvm-project/commit/9dbd395b9b8b5f0cb4d10fa05f6f3591d338e486
  Author: Alex Langford <apl at fb.com>
  Date:   2020-01-16 (Thu, 16 Jan 2020)

  Changed paths:
    M lldb/source/Target/Target.cpp

  Log Message:
  -----------
  [lldb] Remove ClangASTContext.h inclusion in Target.cpp

Target doesn't use ClangASTContext, it just needs
PersistentExpressionState. Replace ClangASTContext.h with
ExpressionVariable.h




More information about the All-commits mailing list