Symbol: use elaborated types for `DataExtractor`
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 7 Dec 2019 19:17:20 +0000 (11:17 -0800)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 7 Dec 2019 19:23:25 +0000 (11:23 -0800)
commit4ec7bb42aa67b8a03a9be497dd44195990c3ac74
tree9cc0bbc52e976e83f61743a781e3d8d6cefd8fd1
parenta6fcdb211d259f3a18787da89d9a079a10d4f80f
Symbol: use elaborated types for `DataExtractor`

Use type elaborated spellings for the parameter to avoid the ambiguity
between `llvm` and `lldb_private` names.  This is needed for building
with Visual Studio.
lldb/source/Symbol/ClangASTContext.cpp