summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-doc/YAMLGenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-doc] Add template support.Brett Wilson2022-12-081-0/+26
* Revert "[clang-doc] Add template support."Brett Wilson2022-12-071-26/+0
* [clang-doc] Add template support.Brett Wilson2022-12-071-0/+26
* [YAML] Convert Optional to std::optionalKrzysztof Parzyszek2022-12-061-1/+2
* [clang-doc] Move file layout to the generators.Brett Wilson2022-11-291-0/+36
* Revert "[clang-doc] Move file layout to the generators."Paul Kirth2022-11-221-36/+0
* [clang-doc] Move file layout to the generators.Brett Wilson2022-11-221-0/+36
* [clang-doc] Add typedef/using information.Brett Wilson2022-10-141-7/+22
* Revert "[clang-doc] Add typedef/using information."Haowei Wu2022-09-271-22/+7
* [clang-doc] Add typedef/using information.Brett Wilson2022-09-271-7/+22
* [clang-doc] Clean up *Info constructors.Brett Wilson2022-09-271-1/+0
* [clang-doc] Add support for explicitly typed enumsBrett Wilson2022-09-191-0/+11
* [clang-doc] Support default args for functions.Brett Wilson2022-09-161-0/+2
* [clang-doc] Always emit the TagType for RecordInfoBrett Wilson2022-08-121-1/+2
* [clang-doc] Read docstrings for record membersBrett Wilson2022-08-111-0/+1
* [clang-doc] Use llvm::createStringError and canonicalize error messagesFangrui Song2019-08-281-2/+2
* [clang-doc] Serialize inherited attributes and methodsDiego Astiazaran2019-08-161-10/+26
* [clang-doc] Fix bitcode writer for access specifiersDiego Astiazaran2019-08-151-0/+6
* [clang-doc] Add index in each info html fileDiego Astiazaran2019-08-061-1/+0
* [clang-doc] Fix link generationDiego Astiazaran2019-08-061-0/+1
* [clang-doc] Add option for user provided stylesheetsDiego Astiazaran2019-07-251-2/+4
* [clang-doc] Add stylesheet to generated html docsDiego Astiazaran2019-07-251-0/+1
* [clang-doc] Add html links to referencesJulie Hockett2019-07-121-0/+2
* Fix file headers. NFCFangrui Song2019-03-011-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Reland "Implement a (simple) Markdown generator"Julie Hockett2018-09-111-5/+5
* Revert "Implement a (simple) Markdown generator"Julie Hockett2018-08-161-5/+5
* Implement a (simple) Markdown generatorJulie Hockett2018-08-161-5/+5
* Reland "[clang-doc] Refactoring mapper to map by scope"Julie Hockett2018-08-021-1/+13
* Revert "[clang-doc] Refactoring mapper to map by scope"Julie Hockett2018-08-021-13/+1
* [clang-doc] Refactoring mapper to map by scopeJulie Hockett2018-08-021-1/+13
* [clang-doc] Implement a YAML generatorJulie Hockett2018-06-061-0/+268