summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/IPDBSourceFile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [DebugInfo] Fix some Clang-tidy modernize-use-default and Include What You ↵Eugene Zelenko2016-11-231-3/+5
| | | | | | | | Use warnings; other minor fixes (NFC). Per Zachary Turner and Mehdi Amini suggestion to make only post-commit reviews. llvm-svn: 287838
* Move pdb code into pdb namespace.Zachary Turner2016-05-041-0/+1
| | | | llvm-svn: 268544
* [llvm-pdbdump] Very minor code cleanup.Zachary Turner2015-02-231-15/+12
| | | | | | | This just removes some dead enums as well as some debug flushes of stdout. llvm-svn: 230204
* llvm-pdbdump: Re-order header files according to LLVM style guide.Zachary Turner2015-02-141-0/+1
| | | | llvm-svn: 229231
* Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.Zachary Turner2015-02-101-0/+34
This makes llvm-pdbdump available on all platforms, although it will currently fail to create a dumper if there is no PDB reader implementation for the current platform. It implements dumping of compilands and children, which is less information than was previously available, but it has to be rewritten from scratch using the new set of interfaces, so the rest of the functionality will be added back in subsequent commits. llvm-svn: 228755
OpenPOWER on IntegriCloud