aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-doc
AgeCommit message (Expand)AuthorFilesLines
2024-01-14[clang-doc] Use SmallString::operator std::string (NFC)Kazu Hirata1-1/+1
2023-12-09[ADT] Rename SmallString::{starts,ends}with to {starts,ends}_with (#74916)Kazu Hirata1-1/+1
2023-11-03[clang-doc] Fix a warningKazu Hirata1-3/+2
2023-11-03[clang][NFC] Refactor `TagTypeKind` (#71160)Vlad Serebrennikov6-21/+21
2023-11-02[clang][NFC] Refactor `clang::Linkage` (#71049)Vlad Serebrennikov1-2/+2
2023-08-04cmake: add missing dependencies on ClangDriverOptions tablegenJon Roelofs1-0/+1
2023-07-31Outputs parameter comments using clang-doc and markdown generatorArnaud Botella1-2/+6
2023-03-15Use *{Map,Set}::contains (NFC)Kazu Hirata1-2/+2
2023-03-14[clang-tools-extra] Use *{Set,Map}::contains (NFC)Kazu Hirata2-2/+2
2023-01-26[clang-doc] Reduce duplicate code with templatePaul Kirth1-41/+6
2023-01-25[clang-doc] Removed unused method in the Info classPaul Kirth1-4/+0
2023-01-13Move definitions to prevent incomplete types.Jens Massberg2-41/+55
2023-01-07[clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-2/+2
2023-01-07[clang-tools-extra] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-17std::optional::value => operator*/operator->Fangrui Song1-6/+6
2022-12-08[clang-doc] Add template support.Brett Wilson7-34/+346
2022-12-07[Bitcode(Reader|Writer)] Convert Optional to std::optionalKrzysztof Parzyszek2-4/+3
2022-12-07Revert "[clang-doc] Add template support."Brett Wilson7-344/+31
2022-12-07[clang-doc] Add template support.Brett Wilson7-31/+344
2022-12-06[YAML] Convert Optional to std::optionalKrzysztof Parzyszek3-4/+7
2022-12-03[clang-tools-extra] Use std::nullopt instead of None (NFC)Kazu Hirata1-2/+2
2022-11-30[clang-doc] Fix warnings about lock_guardPetr Hosek1-2/+2
2022-11-29[clang-doc] Move file layout to the generators.Brett Wilson5-76/+187
2022-11-22Revert "[clang-doc] Move file layout to the generators."Paul Kirth5-187/+76
2022-11-22[clang-doc] Move file layout to the generators.Brett Wilson5-76/+187
2022-10-30[clang-tools-extra] Use llvm::find (NFC)Kazu Hirata1-2/+2
2022-10-25[clang-doc] Fix typedef/using output.Brett Wilson3-11/+12
2022-10-14[clang-doc] Add typedef/using information.Brett Wilson12-173/+411
2022-09-27Revert "[clang-doc] Add typedef/using information."Haowei Wu12-388/+174
2022-09-27[clang-doc] Add typedef/using information.Brett Wilson12-174/+388
2022-09-27[clang-doc] Clean up *Info constructors.Brett Wilson8-82/+29
2022-09-20[clang-doc] Centralize TypeInfo creation.Brett Wilson2-52/+43
2022-09-19[clang-doc] Add support for explicitly typed enumsBrett Wilson8-21/+135
2022-09-16[clang-doc] Support default args for functions.Brett Wilson6-12/+35
2022-08-14Use llvm::all_of (NFC)Kazu Hirata1-1/+1
2022-08-12[clang-doc] Always emit the TagType for RecordInfoBrett Wilson3-5/+12
2022-08-12[clang-doc] Fix assert on startupBrett Wilson1-2/+3
2022-08-11[clang-doc] Read docstrings for record membersBrett Wilson5-3/+34
2022-08-04[clang-doc] Default to Standalone executor and improve documentationPetr Hosek1-8/+19
2022-07-22[clang-doc] Add check for pointer validityPaul Kirth1-2/+2
2022-07-15Use value instead of getValue (NFC)Kazu Hirata1-6/+6
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata1-9/+9
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata1-9/+9
2022-06-20Don't use Optional::getValue (NFC)Kazu Hirata3-11/+11
2022-02-17[clang-doc] SerializeIndex - pass Index param by constant referenceSimon Pilgrim1-1/+1
2022-02-12[clang-doc] populateParentNamespaces - use cast<> instead of dyn_cast<> to av...Simon Pilgrim1-1/+1
2022-01-22[clang-tools-extra][cmake] Use `GNUInstallDirs` to support custom installatio...John Ericson1-2/+2
2022-01-16Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-2/+2
2022-01-16[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-2/+2
2022-01-15Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-2/+2