A common transformation in NativePDB is to go from lldb types to clang
types and vice versa. This function automates one of those steps.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 35141 Build 35140: arc lint + arc unit
Paths
| Differential D64851
[NativePDB] Add a FromCompilerDecl for going from lldb -> clang ClosedPublic Authored by lanza on Jul 16 2019, 11:37 PM.
Details Summary A common transformation in NativePDB is to go from lldb types to clang
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 17 2019, 12:30 AM Closed by commit rL366345: [NativePDB] Add a FromCompilerDecl for going from lldb -> clang (authored by lanza). · Explain WhyJul 17 2019, 9:43 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 210247 source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
|