[Lldb-commits] [PATCH] D12954: Reduce inclusion of clang headers.

Bruce Mitchener via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 17 21:15:39 PDT 2015


brucem created this revision.
brucem added a reviewer: clayborg.
brucem added a subscriber: lldb-commits.

With the recent changes to separate clang from the core structures
of LLDB, many inclusions of clang headers can be removed.

http://reviews.llvm.org/D12954

Files:
  include/lldb/Core/Value.h
  include/lldb/Core/ValueObjectList.h
  include/lldb/Expression/ASTDumper.h
  include/lldb/Symbol/Function.h
  include/lldb/Symbol/TypeSystem.h
  source/API/SBType.cpp
  source/API/SBTypeEnumMember.cpp
  source/Core/Debugger.cpp
  source/Core/ValueObject.cpp
  source/Expression/FunctionCaller.cpp
  source/Expression/UserExpression.cpp
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
  source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp
  source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
  source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp
  source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp
  source/Symbol/CompilerType.cpp
  source/Symbol/TypeList.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12954.35058.patch
Type: text/x-patch
Size: 12567 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150918/b39643c2/attachment-0001.bin>


More information about the lldb-commits mailing list