[NativePDB] Add a FromCompilerDecl for going from lldb -> clang
authorNathan Lanza <nathan@lanza.io>
Wed, 17 Jul 2019 16:43:36 +0000 (16:43 +0000)
committerNathan Lanza <nathan@lanza.io>
Wed, 17 Jul 2019 16:43:36 +0000 (16:43 +0000)
commit3b96ebeee473c263a743066861687b320de3e6d6
tree89ee43495ba537daa118ac2aa7c31df6c3eafb73
parent1716454027dbef52f04dc3abbb708cb73c254318
[NativePDB] Add a FromCompilerDecl for going from lldb -> clang

Summary:
A common transformation in NativePDB is to go from lldb types to clang
types and vice versa. This function automates one of those steps.

Differential Revision: https://reviews.llvm.org/D64851

llvm-svn: 366345
lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h