summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/SerializedDiagnosticReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Frontend] Verify that the bitstream is not empty before readingAlex Lorenz2017-07-071-0/+3
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-031-0/+1
* Bitcode: Decouple block info block state from reader.Peter Collingbourne2016-11-081-4/+7
* Bitcode: Change reader interface to take memory buffers.Peter Collingbourne2016-11-021-4/+1
* Use noexcept instead of LLVM_NOEXCEPT now that all compilers support itReid Kleckner2016-10-191-1/+1
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* Simplify code a bit by passing StreamFile to the BitstreamCursor constructor.Rafael Espindola2014-11-121-2/+1
* Make VFS and FileManager match the current MemoryBuffer API.Benjamin Kramer2014-10-261-3/+3
* Re-apply "Frontend: Extract SerializedDiagnosticReader out of CXLoadedDiagnos...Justin Bogner2014-10-141-0/+296
* Revert "Frontend: Extract SerializedDiagnosticReader out of CXLoadedDiagnosti...Justin Bogner2014-10-141-296/+0
* Frontend: Extract SerializedDiagnosticReader out of CXLoadedDiagnostic (NFC)Justin Bogner2014-10-141-0/+296