summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/PDBSymbolFunc.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [PDB] Remove all clone() methods.Zachary Turner2018-09-121-4/+0
* [PDB] Refactor the PDB symbol classes to fix a reuse bug.Zachary Turner2018-09-051-6/+0
* [PDB] Add exclusive methods to derived symbol classAaron Smith2018-03-191-0/+15
* Remove redundant includes from lib/DebugInfo.Michael Zolotukhin2017-12-131-1/+0
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [llvm-pdbdump] Recursively dump class layout.Zachary Turner2017-04-131-0/+11
* General usability improvements to generic PDB library.Zachary Turner2017-04-101-8/+2
* Move pdb code into pdb namespace.Zachary Turner2016-05-041-0/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-5/+6
* [llvm-pdbdump] Clean up method signatures.Zachary Turner2015-03-011-4/+1
* [llvm-pdbdump] Add an option to dump full class definitions.Zachary Turner2015-02-231-0/+74
* [llvm-pdbdump] Rewrite dumper using visitor pattern.Zachary Turner2015-02-221-60/+4
* llvm-pdbdump: Add flags controlling the type of values to dump.Zachary Turner2015-02-151-52/+44
* llvm-pdbdump: Only dump whitelisted global symbols.Zachary Turner2015-02-141-0/+4
* llvm-pdbdump: Re-order header files according to LLVM style guide.Zachary Turner2015-02-141-1/+2
* Fix -Wunused-variable warning.Zachary Turner2015-02-131-1/+0
* llvm-pdbdump: Improve printing of functions and signatures.Zachary Turner2015-02-131-13/+30
* Re-sort #include lines using my handy dandy ./utils/sort_includes.pyChandler Carruth2015-02-131-3/+1
* llvm-pdbdump: Add more comprehensive dumping of symbol types.Zachary Turner2015-02-131-4/+11
* Improve llvm-pdbdump output display.Zachary Turner2015-02-131-8/+29
* Add concrete type overloads to PDBSymbol::findChildren().Zachary Turner2015-02-121-20/+6
* Fix some warnings due to -Wcovered-switch-default.Zachary Turner2015-02-111-2/+0
* Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.Zachary Turner2015-02-101-2/+44
* Make PDBSymbol's IPDBSymbol reference const.Zachary Turner2015-02-081-1/+1
* DebugInfoPDB: Make the symbol base case hold an IPDBSession ref.Zachary Turner2015-02-081-2/+3
* Some cleanup for libpdb.Zachary Turner2015-02-081-0/+20
OpenPOWER on IntegriCloud