I find myself extracting m_type and and casting it to call dump() on the raw AST type several times per day, so why not make this a little more convenient!
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D59102
Add an LLVM-style dump method to CompilerType for extra convenience during debugging ClosedPublic Authored by aprantl on Mar 7 2019, 10:45 AM.
Details Summary I find myself extracting m_type and and casting it to call dump() on the raw AST type several times per day, so why not make this a little more convenient!
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 7 2019, 11:22 AM Closed by commit rL355632: Add an LLVM-style dump method to CompilerType for extra convenience during… (authored by adrian). · Explain WhyMar 7 2019, 12:20 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 189767 lldb/trunk/include/lldb/Symbol/ClangASTContext.h
lldb/trunk/include/lldb/Symbol/CompilerType.h
lldb/trunk/include/lldb/Symbol/TypeSystem.h
lldb/trunk/source/Symbol/ClangASTContext.cpp
lldb/trunk/source/Symbol/CompilerType.cpp
|