[Lldb-commits] [PATCH] D66102: [Symbol] Decouple clang from CompilerType

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 12 11:55:31 PDT 2019


xiaobai created this revision.
xiaobai added reviewers: compnerd, aprantl, JDevlieghere, davide.
Herald added a project: LLDB.
xiaobai added a reviewer: labath.

Ideally CompilerType would have no knowledge of clang or any individual
TypeSystem. Decoupling clang is relatively straightforward.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D66102

Files:
  lldb/include/lldb/Symbol/ClangASTContext.h
  lldb/include/lldb/Symbol/CompilerType.h
  lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
  lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
  lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h
  lldb/source/Plugins/Language/ObjC/NSArray.cpp
  lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
  lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  lldb/source/Symbol/ClangASTContext.cpp
  lldb/source/Symbol/CompilerType.cpp
  lldb/unittests/Symbol/TestClangASTContext.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66102.214678.patch
Type: text/x-patch
Size: 103792 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190812/5db302e9/attachment-0001.bin>


More information about the lldb-commits mailing list