summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-doc
Commit message (Expand)AuthorAgeFilesLines
* Use *{Map,Set}::contains (NFC)Kazu Hirata2023-03-151-2/+2
* [clang-tools-extra] Use *{Set,Map}::contains (NFC)Kazu Hirata2023-03-142-2/+2
* [clang-doc] Reduce duplicate code with templatePaul Kirth2023-01-261-41/+6
* [clang-doc] Removed unused method in the Info classPaul Kirth2023-01-251-4/+0
* Move definitions to prevent incomplete types.Jens Massberg2023-01-132-41/+55
* [clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-071-2/+2
* [clang-tools-extra] Add #include <optional> (NFC)Kazu Hirata2023-01-071-0/+1
* std::optional::value => operator*/operator->Fangrui Song2022-12-171-6/+6
* [clang-doc] Add template support.Brett Wilson2022-12-087-34/+346
* [Bitcode(Reader|Writer)] Convert Optional to std::optionalKrzysztof Parzyszek2022-12-072-4/+3
* Revert "[clang-doc] Add template support."Brett Wilson2022-12-077-344/+31
* [clang-doc] Add template support.Brett Wilson2022-12-077-31/+344
* [YAML] Convert Optional to std::optionalKrzysztof Parzyszek2022-12-063-4/+7
* [clang-tools-extra] Use std::nullopt instead of None (NFC)Kazu Hirata2022-12-031-2/+2
* [clang-doc] Fix warnings about lock_guardPetr Hosek2022-11-301-2/+2
* [clang-doc] Move file layout to the generators.Brett Wilson2022-11-295-76/+187
* Revert "[clang-doc] Move file layout to the generators."Paul Kirth2022-11-225-187/+76
* [clang-doc] Move file layout to the generators.Brett Wilson2022-11-225-76/+187
* [clang-tools-extra] Use llvm::find (NFC)Kazu Hirata2022-10-301-2/+2
* [clang-doc] Fix typedef/using output.Brett Wilson2022-10-253-11/+12
* [clang-doc] Add typedef/using information.Brett Wilson2022-10-1412-173/+411
* Revert "[clang-doc] Add typedef/using information."Haowei Wu2022-09-2712-388/+174
* [clang-doc] Add typedef/using information.Brett Wilson2022-09-2712-174/+388
* [clang-doc] Clean up *Info constructors.Brett Wilson2022-09-278-82/+29
* [clang-doc] Centralize TypeInfo creation.Brett Wilson2022-09-202-52/+43
* [clang-doc] Add support for explicitly typed enumsBrett Wilson2022-09-198-21/+135
* [clang-doc] Support default args for functions.Brett Wilson2022-09-166-12/+35
* Use llvm::all_of (NFC)Kazu Hirata2022-08-141-1/+1
* [clang-doc] Always emit the TagType for RecordInfoBrett Wilson2022-08-123-5/+12
* [clang-doc] Fix assert on startupBrett Wilson2022-08-121-2/+3
* [clang-doc] Read docstrings for record membersBrett Wilson2022-08-115-3/+34
* [clang-doc] Default to Standalone executor and improve documentationPetr Hosek2022-08-041-8/+19
* [clang-doc] Add check for pointer validityPaul Kirth2022-07-221-2/+2
* Use value instead of getValue (NFC)Kazu Hirata2022-07-151-6/+6
* Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata2022-06-251-9/+9
* Don't use Optional::hasValue (NFC)Kazu Hirata2022-06-251-9/+9
* Don't use Optional::getValue (NFC)Kazu Hirata2022-06-203-11/+11
* [clang-doc] SerializeIndex - pass Index param by constant referenceSimon Pilgrim2022-02-171-1/+1
* [clang-doc] populateParentNamespaces - use cast<> instead of dyn_cast<> to av...Simon Pilgrim2022-02-121-1/+1
* [clang-tools-extra][cmake] Use `GNUInstallDirs` to support custom installatio...John Ericson2022-01-221-2/+2
* Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson2022-01-161-2/+2
* [cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson2022-01-161-2/+2
* Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson2022-01-151-2/+2
* [cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson2022-01-151-2/+2
* [clang-tools-extra] Remove unused using (NFC)Kazu Hirata2021-12-311-2/+0
* Use isa instead of dyn_cast (NFC)Kazu Hirata2021-12-242-4/+4
* fix typos in commentsZhuo Zhang2021-11-291-1/+1
* [clang-doc] Pass Record argument by const-ref. NFCI.Simon Pilgrim2021-09-241-22/+27
* PR51018: Remove explicit conversions from SmallString to StringRef to future-...David Blaikie2021-07-081-2/+2
* [openmp] Add missing dependencies for OMP.h.inc after d90443bValentin Clement2020-06-231-0/+3