This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from aa18302e4fe Fix newlines. NFCI. new af0c1412d95 [DebugInfoPDB] Add DIA implementation of addressForVA and a [...] new f975bab62fb [DebugInfoPDB] Add DIA implementation of findLineNumbersByRVA new 28ec98c907a [DebugInfoPDB] Add methods to get the compiland and line nu [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/DebugInfo/PDB/DIA/DIASession.h | 11 ++++- include/llvm/DebugInfo/PDB/IPDBSession.h | 11 ++++- include/llvm/DebugInfo/PDB/Native/NativeSession.h | 11 ++++- include/llvm/DebugInfo/PDB/PDBSymbolData.h | 7 +++- lib/DebugInfo/PDB/DIA/DIASession.cpp | 31 ++++++++++++++ lib/DebugInfo/PDB/Native/NativeSession.cpp | 15 +++++++ lib/DebugInfo/PDB/PDBSymbolData.cpp | 51 ++++++++++++++++++++++- unittests/DebugInfo/PDB/PDBApiTest.cpp | 14 ++++++- 8 files changed, 140 insertions(+), 11 deletions(-)