summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-doc/Representation.h
Commit message (Expand)AuthorAgeFilesLines
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-041-1/+1
* Retire llvm::less/equal in favor of C++14 std::less<>/equal_to<>.Benjamin Kramer2019-08-221-2/+2
* [clang-doc] Redesign of generated HTML filesDiego Astiazaran2019-08-161-2/+3
* [clang-doc] Serialize inherited attributes and methodsDiego Astiazaran2019-08-161-4/+23
* [clang-doc] Sort index elements case insensitiveDiego Astiazaran2019-08-151-2/+4
* [clang-doc] Fix bitcode writer for access specifiersDiego Astiazaran2019-08-151-5/+9
* [clang-doc] Add missing check in testsDiego Astiazaran2019-08-141-0/+7
* [clang-doc] Generate HTML links for children namespaces/recordsDiego Astiazaran2019-08-121-0/+3
* [clang-format] Add link to source code in file definitionsDiego Astiazaran2019-08-091-8/+16
* [clang-doc] Add second index for sections within info's contentDiego Astiazaran2019-08-071-0/+3
* [clang-doc] Add index in each info html fileDiego Astiazaran2019-08-061-1/+28
* [clang-doc] Fix link generationDiego Astiazaran2019-08-061-4/+14
* [clang-doc] Add option for user provided stylesheetsDiego Astiazaran2019-07-251-1/+1
* [clang-doc] Add stylesheet to generated html docsDiego Astiazaran2019-07-251-0/+2
* [clang-doc] Add html links to referencesJulie Hockett2019-07-121-4/+19
* [clang-doc] Fix segfault in comment sortingJulie Hockett2019-07-021-6/+7
* [clang-doc] Handle anonymous namespacesJulie Hockett2019-06-281-0/+2
* [clang-doc] De-duplicate comments and locationsJulie Hockett2019-06-281-0/+48
* [clang-doc] Add basic support for templates and typedefJulie Hockett2019-06-241-0/+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-7/+8
* [clang-doc] Fix memory leaksJulie Hockett2018-08-241-0/+2
* Revert "Implement a (simple) Markdown generator"Julie Hockett2018-08-161-8/+7
* Implement a (simple) Markdown generatorJulie Hockett2018-08-161-7/+8
* Reland "[clang-doc] Refactoring mapper to map by scope"Julie Hockett2018-08-021-0/+37
* Revert "[clang-doc] Refactoring mapper to map by scope"Julie Hockett2018-08-021-37/+0
* [clang-doc] Refactoring mapper to map by scopeJulie Hockett2018-08-021-0/+37
* [clang-doc] Adding PublicOnly flagJulie Hockett2018-07-201-0/+6
* [clang-doc] Implement a YAML generatorJulie Hockett2018-06-061-4/+24
* [clang-doc] Implement reducer portion of the frontend frameworkJulie Hockett2018-06-041-12/+48
* [clang-doc] Attaching a name to reference dataJulie Hockett2018-05-041-33/+38
* [clang-doc] Reland "[clang-doc] Setup clang-doc frontend framework"Julie Hockett2018-03-221-0/+184
* Revert "[clang-doc] Reland "[clang-doc] Setup clang-doc frontend framework""Julie Hockett2018-03-221-184/+0
* [clang-doc] Reland "[clang-doc] Setup clang-doc frontend framework"Julie Hockett2018-03-211-0/+184
* Revert "Reland "[clang-doc] Setup clang-doc frontend framework""Julie Hockett2018-03-121-184/+0
* Reland "[clang-doc] Setup clang-doc frontend framework"Julie Hockett2018-03-121-0/+184
* Revert "[clang-doc] Setup clang-doc frontend framework"Julie Hockett2018-03-091-184/+0
* [clang-doc] Setup clang-doc frontend frameworkJulie Hockett2018-03-091-0/+184
OpenPOWER on IntegriCloud