summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-doc/single-file.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clang-doc] Switch to default to all-TUs executorJulie Hockett2018-10-261-1/+1
| | | | | | | | Since we generally want to document a whole project, not just one file. Differential Revision: https://reviews.llvm.org/D53170 llvm-svn: 345418
* [clang-doc] Limit integration testsJulie Hockett2018-10-161-0/+31
Now that the clang-doc libraries are covered by unit tests, we don't need to have extensive (and unmaintainable) integration tests. This replaces the integration test suite with a smaller one that just tests the tool itself and removes extraneous dumping logic from the tool itself. Includes tests that cover the parse->serialize->merge->generate pipeline, as well as tests for the --public, --format, --doxygen, and --output flags. Differential Revision: https://reviews.llvm.org/D53150 llvm-svn: 344655
OpenPOWER on IntegriCloud