summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-doc/yaml-comments.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clang-doc] Create a script to generate testsJulie Hockett2018-07-201-129/+0
| | | | | | | | | Upstreaming the script I use to generate clang-doc tests (and updating the existing tests to use it) Differential Revision: https://reviews.llvm.org/D49268 llvm-svn: 337632
* [clang-doc] Implement a YAML generatorJulie Hockett2018-06-061-0/+129
Implmenting a YAML generator from the emitted bitcode summary of declarations. Emits one YAML file for each declaration information. For a more detailed overview of the tool, see the design document on the mailing list: http://lists.llvm.org/pipermail/cfe-dev/2017-December/056203.html llvm-svn: 334103
OpenPOWER on IntegriCloud