This helps to determine the line number for a PDB type with definition
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D44119
[DebugInfoPDB] Add DIA implementation for getSrcLineOnTypeDefn ClosedPublic Authored by asmith on Mar 5 2018, 1:28 PM.
Details Summary This helps to determine the line number for a PDB type with definition
Diff Detail
Event Timelineasmith retitled this revision from [DebugInfo/PDB] Add DIA implementation for getSrcLineOnTypeDefn to [DebugInfoPDB] Add DIA implementation for getSrcLineOnTypeDefn.Mar 6 2018, 10:50 AM This revision is now accepted and ready to land.Mar 6 2018, 12:29 PM Closed by commit rL326857: [DebugInfoPDB] Add DIA implementation for getSrcLineOnTypeDefn (authored by asmith). · Explain WhyMar 6 2018, 4:36 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 137294 llvm/trunk/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h
llvm/trunk/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
llvm/trunk/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
llvm/trunk/lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp
llvm/trunk/lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
llvm/trunk/unittests/DebugInfo/PDB/PDBApiTest.cpp
|