[all-commits] [llvm/llvm-project] 4ec7bb: Symbol: use elaborated types for `DataExtractor`
Saleem Abdulrasool via All-commits
all-commits at lists.llvm.org
Sat Dec 7 11:23:55 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4ec7bb42aa67b8a03a9be497dd44195990c3ac74
https://github.com/llvm/llvm-project/commit/4ec7bb42aa67b8a03a9be497dd44195990c3ac74
Author: Saleem Abdulrasool <compnerd at compnerd.org>
Date: 2019-12-07 (Sat, 07 Dec 2019)
Changed paths:
M lldb/source/Symbol/ClangASTContext.cpp
Log Message:
-----------
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.
More information about the All-commits
mailing list