[all-commits] [llvm/llvm-project] 2e0332: [lldb][NFC] Remove forward declaration for non-exi...
    Raphael Isemann via All-commits 
    all-commits at lists.llvm.org
       
    Fri Jan  3 02:27:47 PST 2020
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2e033244417c1b9947ee28795568bc33a1efe781
      https://github.com/llvm/llvm-project/commit/2e033244417c1b9947ee28795568bc33a1efe781
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2020-01-03 (Fri, 03 Jan 2020)
  Changed paths:
    M lldb/include/lldb/Core/ClangForward.h
    M lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.h
  Log Message:
  -----------
  [lldb][NFC] Remove forward declaration for non-existent type clang::Action and delete references to it
There is no clang::Action anymore so our forward decl for it and the obsolete pointer in the
ASTStructExtractor can both go (that code anyway didn't do anything).
    
    
More information about the All-commits
mailing list