summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/PDBSymbolFunc.cpp
AgeCommit message (Expand)Author
2024-11-17[DebugInfo] Remove unused includes (NFC) (#116551)Kazu Hirata
2024-09-12[DebugInfo] Avoid repeated hash lookups (NFC) (#108486)Kazu Hirata
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille
2022-02-23Cleanup llvm/DebugInfo/PDB headersserge-sans-paille
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-12[PDB] Remove all clone() methods.Zachary Turner
2018-09-05[PDB] Refactor the PDB symbol classes to fix a reuse bug.Zachary Turner
2018-03-19[PDB] Add exclusive methods to derived symbol classAaron Smith
2017-12-13Remove redundant includes from lib/DebugInfo.Michael Zolotukhin
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-04-13[llvm-pdbdump] Recursively dump class layout.Zachary Turner
2017-04-10General usability improvements to generic PDB library.Zachary Turner
2016-05-04Move pdb code into pdb namespace.Zachary Turner
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-03-01[llvm-pdbdump] Clean up method signatures.Zachary Turner
2015-02-23[llvm-pdbdump] Add an option to dump full class definitions.Zachary Turner
2015-02-22[llvm-pdbdump] Rewrite dumper using visitor pattern.Zachary Turner
2015-02-15llvm-pdbdump: Add flags controlling the type of values to dump.Zachary Turner
2015-02-14llvm-pdbdump: Only dump whitelisted global symbols.Zachary Turner
2015-02-14llvm-pdbdump: Re-order header files according to LLVM style guide.Zachary Turner
2015-02-13Fix -Wunused-variable warning.Zachary Turner
2015-02-13llvm-pdbdump: Improve printing of functions and signatures.Zachary Turner
2015-02-13Re-sort #include lines using my handy dandy ./utils/sort_includes.pyChandler Carruth
2015-02-13llvm-pdbdump: Add more comprehensive dumping of symbol types.Zachary Turner
2015-02-13Improve llvm-pdbdump output display.Zachary Turner
2015-02-12Add concrete type overloads to PDBSymbol::findChildren().Zachary Turner
2015-02-11Fix some warnings due to -Wcovered-switch-default.Zachary Turner
2015-02-10Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.Zachary Turner
2015-02-08Make PDBSymbol's IPDBSymbol reference const.Zachary Turner
2015-02-08DebugInfoPDB: Make the symbol base case hold an IPDBSession ref.Zachary Turner
2015-02-08Some cleanup for libpdb.Zachary Turner