summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-doc/BitcodeReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-doc] Use llvm::createStringError and canonicalize error messagesFangrui Song2019-08-281-83/+73
* [clang-doc] Serialize inherited attributes and methodsDiego Astiazaran2019-08-161-0/+43
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* [clang-format] Add link to source code in file definitionsDiego Astiazaran2019-08-091-2/+2
* [clang-doc] Fix link generationDiego Astiazaran2019-08-061-0/+2
* [clang-doc] Add html links to referencesJulie Hockett2019-07-121-1/+7
* Bitstream reader: Fix undefined behavior seen after rL364464Bjorn Pettersson2019-07-051-7/+8
* BitStream reader: propagate errorsJF Bastien2019-06-261-26/+60
* [clang-doc] Add basic support for templates and typedefJulie Hockett2019-06-241-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-doc] Explicitly cast to unique_ptrJulie Hockett2018-08-151-1/+1
* Reland "[clang-doc] Updating BitcodeReader to use llvm::Error""Julie Hockett2018-08-151-200/+247
* Revert "[clang-doc] Updating BitcodeReader to use llvm::Error"Julie Hockett2018-08-131-247/+200
* [clang-doc] Updating BitcodeReader to use llvm::ErrorJulie Hockett2018-08-131-200/+247
* Reland "[clang-doc] Refactoring mapper to map by scope"Julie Hockett2018-08-021-12/+73
* Revert "[clang-doc] Refactoring mapper to map by scope"Julie Hockett2018-08-021-71/+10
* [clang-doc] Refactoring mapper to map by scopeJulie Hockett2018-08-021-10/+71
* [clang-doc] Implement reducer portion of the frontend frameworkJulie Hockett2018-06-041-0/+622
OpenPOWER on IntegriCloud