summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/PDBSymbolCompiland.cpp
AgeCommit message (Expand)Author
2025-04-26[llvm] Use llvm::replace (NFC) (#137481)Kazu Hirata
2024-11-17[DebugInfo] Remove unused includes (NFC) (#116551)Kazu Hirata
2023-03-17[CodeView] Add source languages ObjC and ObjC++Stefan Gränitz
2022-02-23Cleanup llvm/DebugInfo/PDB headersserge-sans-paille
2022-01-06Add Rust to CodeView SourceLanguage (CV_CFL_LANG) enumArlo Siemsen
2019-03-11Add Swift enumerator value for CodeView::SourceLanguageNathan Lanza
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-05[PDB] Refactor the PDB symbol classes to fix a reuse bug.Zachary Turner
2018-04-10[PDB] Remove dead code and run clang format; NFCAaron Smith
2018-03-19[PDB] Add a method to get the full path of the source file for PDBSymbolCompi...Aaron Smith
2017-04-10General usability improvements to generic PDB library.Zachary Turner
2016-05-04Move pdb code into pdb namespace.Zachary Turner
2016-02-18[DebugInfoPDB] Add source / line number accessors for PDB.Zachary Turner
2015-03-01[llvm-pdbdump] Clean up method signatures.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: Re-order header files according to LLVM style guide.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-12Add concrete type overloads to PDBSymbol::findChildren().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