aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-doc/BitcodeReader.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-12-08[clang-doc] Add template support.Brett Wilson1-0/+85
2022-12-07[Bitcode(Reader|Writer)] Convert Optional to std::optionalKrzysztof Parzyszek1-2/+1
2022-12-07Revert "[clang-doc] Add template support."Brett Wilson1-85/+0
2022-12-07[clang-doc] Add template support.Brett Wilson1-0/+85
2022-12-06[YAML] Convert Optional to std::optionalKrzysztof Parzyszek1-1/+2
2022-10-25[clang-doc] Fix typedef/using output.Brett Wilson1-10/+9
2022-10-14[clang-doc] Add typedef/using information.Brett Wilson1-18/+61
2022-09-27Revert "[clang-doc] Add typedef/using information."Haowei Wu1-61/+18
2022-09-27[clang-doc] Add typedef/using information.Brett Wilson1-18/+61
2022-09-27[clang-doc] Clean up *Info constructors.Brett Wilson1-2/+0
2022-09-19[clang-doc] Add support for explicitly typed enumsBrett Wilson1-4/+42
2022-09-16[clang-doc] Support default args for functions.Brett Wilson1-0/+2
2022-08-11[clang-doc] Read docstrings for record membersBrett Wilson1-0/+5
2021-09-24[clang-doc] Pass Record argument by const-ref. NFCI.Simon Pilgrim1-22/+27
2019-08-28[clang-doc] Use llvm::createStringError and canonicalize error messagesFangrui Song1-83/+73
2019-08-16[clang-doc] Serialize inherited attributes and methodsDiego Astiazaran1-0/+43
2019-08-14[clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-2/+2
2019-08-09[clang-format] Add link to source code in file definitionsDiego Astiazaran1-2/+2
2019-08-06[clang-doc] Fix link generationDiego Astiazaran1-0/+2
2019-07-12[clang-doc] Add html links to referencesJulie Hockett1-1/+7
2019-07-05Bitstream reader: Fix undefined behavior seen after rL364464Bjorn Pettersson1-7/+8
2019-06-26BitStream reader: propagate errorsJF Bastien1-26/+60
2019-06-24[clang-doc] Add basic support for templates and typedefJulie Hockett1-0/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-15[clang-doc] Explicitly cast to unique_ptrJulie Hockett1-1/+1
2018-08-15Reland "[clang-doc] Updating BitcodeReader to use llvm::Error""Julie Hockett1-200/+247
2018-08-13Revert "[clang-doc] Updating BitcodeReader to use llvm::Error"Julie Hockett1-247/+200
2018-08-13[clang-doc] Updating BitcodeReader to use llvm::ErrorJulie Hockett1-200/+247
2018-08-02Reland "[clang-doc] Refactoring mapper to map by scope"Julie Hockett1-12/+73
2018-08-02Revert "[clang-doc] Refactoring mapper to map by scope"Julie Hockett1-71/+10
2018-08-02[clang-doc] Refactoring mapper to map by scopeJulie Hockett1-10/+71
2018-06-04[clang-doc] Implement reducer portion of the frontend frameworkJulie Hockett1-0/+622