summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix build of DebugInfoPDBTests.Zachary Turner2016-05-041-0/+1
* [DebugInfoPDB] Add source / line number accessors for PDB.Zachary Turner2016-02-181-0/+26
* Fix compilation of PDBApiTest.Zachary Turner2015-05-011-1/+1
* [PDB] Support executables and source/line info.Zachary Turner2015-04-171-0/+10
* [llvm-pdbdump] Very minor code cleanup.Zachary Turner2015-02-231-1/+1
* Fix the build, I forgot to check that UnitTests still built.Zachary Turner2015-02-131-0/+3
* Fix warning due to unused private member variable.Zachary Turner2015-02-111-4/+3
* Convert std::make_unique<> to llvm::make_unique<>.Zachary Turner2015-02-101-2/+2
* Add missing function and header include.Zachary Turner2015-02-101-0/+5
* Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.Zachary Turner2015-02-101-15/+15
* Fix build due to mismatched function signatures.Zachary Turner2015-02-101-2/+5
* DebugInfoPDB: Make the symbol base case hold an IPDBSession ref.Zachary Turner2015-02-081-8/+29
* Some cleanup for libpdb.Zachary Turner2015-02-081-6/+2
* Consistently use override rather than virtual.Chandler Carruth2015-02-071-8/+8
* Change RHS-style decltype to LHS-style decltype<declval()>.Zachary Turner2015-02-071-1/+2
* Resubmit unittests for DebugInfoPDB.Zachary Turner2015-02-071-0/+359
* Revert "Create lib/DebugInfo/PDB."Zachary Turner2015-02-061-349/+0
* Create lib/DebugInfo/PDB.Zachary Turner2015-02-061-0/+349
OpenPOWER on IntegriCloud