summaryrefslogtreecommitdiff
path: root/llvm/include/llvm/Support/BinaryStreamArray.h
AgeCommit message (Expand)Author
2025-11-03[Support] Use "using" instead of "typedef" (NFC) (#166130)Kazu Hirata
2022-05-25Reland "[llvm-pdbutil] Add options to only dump symbol record at specified of...Zequan Wu
2022-04-28Revert "[llvm-pdbutil] Add options to only dump symbol record at specified of...Michael Forster
2022-04-27[llvm-pdbutil] Add options to only dump symbol record at specified offset and...Zequan Wu
2022-01-06Fix build failure with GCC 11 in C++20 modeEvgeny Mandrikov
2021-11-12Support: Make VarStreamArrayIterator iterate over const valuesDuncan P. N. Exon Smith
2021-04-07[docs] Fix doxygen comments wrongly attached to the llvm namespaceNicolás Alvarez
2020-01-24Fix header includes after 0697bcb66f1d82f2fd447e9d13b74d141c3ce085Weverything
2019-11-23Reland 'Fixed -Wdeprecated-copy warnings. NFCI.'Dávid Bolvanský
2019-11-23Revert 'Fixed -Wdeprecated-copy warnings. NFCI.'Dávid Bolvanský
2019-11-23Fixed -Wdeprecated-copy warnings. NFCI.Dávid Bolvanský
2019-11-08BinaryStream - fix static analyzer warnings. NFCI.Simon Pilgrim
2019-10-14[Alignment][NFC] Move and type functions from MathExtras to AlignmentGuillaume Chatelet
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-13Correctly handle skewed streams in drop_front() method.Zachary Turner
2018-12-07[NativePDB] Reconstruct function declarations from debug info.Zachary Turner
2018-12-06Support skewed stream arrays.Zachary Turner
2018-11-05[COFF][LLD] Add link support for Microsoft precompiled headers OBJsAlexandre Ganea
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2017-06-15Resubmit "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner
2017-06-15Revert "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner
2017-06-15[llvm-pdbutil] rewrite the "raw" output style.Zachary Turner
2017-06-09Fix -Wreorder-fields warning.Zachary Turner
2017-06-09Allow VarStreamArray to use stateful extractors.Zachary Turner
2017-05-12[CodeView] Add a random access type visitor.Zachary Turner
2017-05-05Fix -Wreorder warning.Zachary Turner
2017-05-05[StreamArray] Pipe the Offset through the constructor.Zachary Turner
2017-05-05Allow operator-> to work from a FixedStreamArrayIterator.Adrian McCarthy
2017-05-04[PDB] Don't build the entire source file list up front.Zachary Turner
2017-05-03[CodeView] Use actual strings for dealing with checksums and lines.Zachary Turner
2017-05-03Fix use after free in BinaryStream library.Zachary Turner
2017-04-28[Support] Provide unsafe random access for VarStreamArray.Zachary Turner
2017-04-27[Support] Make BinaryStreamArray extractors stateless.Zachary Turner
2017-04-20VarStreamArrayIterator needed non-const operator* overload.Adrian McCarthy
2017-03-02[Support] Move Stream library from MSF -> Support.Zachary Turner