aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/SerializedDiagnosticReader.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-07-05Bitstream reader: Fix undefined behavior seen after rL364464Bjorn Pettersson1-5/+8
2019-07-03[Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih1-2/+2
2019-06-26BitStream reader: propagate errorsJF Bastien1-18/+76
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-03-26[Frontend] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko1-9/+22
2017-07-07[Frontend] Verify that the bitstream is not empty before readingAlex Lorenz1-0/+3
2017-06-03Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova1-0/+1
2016-11-08Bitcode: Decouple block info block state from reader.Peter Collingbourne1-4/+7
2016-11-02Bitcode: Change reader interface to take memory buffers.Peter Collingbourne1-4/+1
2016-10-19Use noexcept instead of LLVM_NOEXCEPT now that all compilers support itReid Kleckner1-1/+1
2016-07-18[NFC] Header cleanupMehdi Amini1-1/+0
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-01-14[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth1-1/+1
2014-11-12Simplify code a bit by passing StreamFile to the BitstreamCursor constructor.Rafael Espindola1-2/+1
2014-10-26Make VFS and FileManager match the current MemoryBuffer API.Benjamin Kramer1-3/+3
2014-10-14Re-apply "Frontend: Extract SerializedDiagnosticReader out of CXLoadedDiagnos...Justin Bogner1-0/+296
2014-10-14Revert "Frontend: Extract SerializedDiagnosticReader out of CXLoadedDiagnosti...Justin Bogner1-296/+0
2014-10-14Frontend: Extract SerializedDiagnosticReader out of CXLoadedDiagnostic (NFC)Justin Bogner1-0/+296