[Lldb-commits] [lldb] [LLDB][NFC] Remove DWARFASTParserClang as friend from SymbolFileDWARF (PR #70157)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 25 13:49:59 PDT 2023


https://github.com/clayborg commented:

We might want to rename anything that says "ClangType*" to be "CompilerType*". This is still left over from when we didn't think we would ever have the TypeSystem stuff. See some inline comments for examples. Since we are refactoring a bit and making things public, it is a good idea to clean this up.

https://github.com/llvm/llvm-project/pull/70157


More information about the lldb-commits mailing list