aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-doc/BitcodeReader.cpp
AgeCommit message (Expand)AuthorFilesLines
5 days[clang-doc] refactor JSON for better Mustache compatibility (#149588)Erick Velez1-0/+2
2025-07-11[clang-doc] Serialize record files with mangled name (#148021)Erick Velez1-0/+2
2025-07-03[clang-doc] add namespace references to VarInfo (#146964)Erick Velez1-0/+11
2025-06-30[clang-doc] serialize friends (#146165)Erick Velez1-0/+46
2025-06-27[clang-doc] serialize IsBuiltIn and IsTemplate for types (#146149)Erick Velez1-1/+17
2025-06-26[clang-doc] refactor BitcodeReader::readSubBlock (#145835)Erick Velez1-75/+56
2025-06-24[clang-doc] document global variables (#145070)Erick Velez1-0/+40
2025-06-20[clang-doc] add support for concepts (#144430)Erick Velez1-0/+73
2025-06-13[clang-doc] remove default label on some switches (#143919)Erick Velez1-3/+1
2025-06-07Refactor clang doc comment structure (#142273)Samarth Narang1-1/+5
2025-06-03[clang-doc] Reenable time trace support (#141139)Paul Kirth1-0/+8
2025-04-29[clang-doc] Add start and end line numbers (#137732)Paul Kirth1-2/+4
2025-04-19[clang-doc] Fix warningsKazu Hirata1-14/+0
2025-04-18[clang-doc][NFC] Prefer static functions for internal APIs (#136391)Paul Kirth1-61/+67
2025-04-18[clang-doc][NFC] Avoid else after return (#136389)Paul Kirth1-3/+2
2025-04-18[clang-doc][NFC] Avoid C-style casts (#136390)Paul Kirth1-3/+3
2025-04-18[clang-doc] Handle static members and functions (#135457)Paul Kirth1-0/+4
2024-08-16[clang-doc] add support for enums comments in html generation (#101282)PeterChou11-0/+4
2024-07-23Revert "[clang-doc] add ftime profiling" (#100251)PeterChou11-8/+0
2024-07-23[clang-doc] add ftime profiling (#97644)PeterChou11-0/+8
2023-11-03[clang-doc] Fix a warningKazu Hirata1-3/+2
2023-11-03[clang][NFC] Refactor `TagTypeKind` (#71160)Vlad Serebrennikov1-7/+7
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