summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-doc/tool/ClangDocMain.cpp
Commit message (Expand)AuthorAgeFilesLines
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-041-1/+1
* Revert "Use InitLLVM to setup a pretty stack printer"Nico Weber2019-11-251-2/+1
* Use InitLLVM to setup a pretty stack printerRui Ueyama2019-11-261-1/+2
* [clang-doc] sys::fs::F_None -> OF_None. NFCFangrui Song2019-09-091-1/+1
* [clang-doc] Use llvm::createStringError and canonicalize error messagesFangrui Song2019-08-281-2/+2
* [clang-doc] Switch Generator::CreateResources to use llvm::ErrorJulie Hockett2019-08-261-1/+4
* [clang-doc] Redesign of generated HTML filesDiego Astiazaran2019-08-161-0/+5
* [clang-doc] Fix use of source-root flagDiego Astiazaran2019-08-151-7/+1
* [clang-format] Add link to source code in file definitionsDiego Astiazaran2019-08-091-1/+21
* [clang-doc] Protect Index with mutex during reducing and generation stageDiego Astiazaran2019-08-081-0/+4
* [clang-doc] Parallelize reducing phaseDiego Astiazaran2019-08-071-52/+63
* [clang-doc] Add index in each info html fileDiego Astiazaran2019-08-061-4/+16
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+2
* [clang-doc] Add flag to continue after mapping errorsDiego Astiazaran2019-08-021-2/+13
* [clang-doc] Add option for user provided stylesheetsDiego Astiazaran2019-07-251-5/+24
* [clang-doc] Add stylesheet to generated html docsDiego Astiazaran2019-07-251-2/+15
* [clang-doc] Add html links to referencesJulie Hockett2019-07-121-16/+14
* [clang-doc] Add a structured HTML generatorJulie Hockett2019-07-101-1/+6
* [clang-doc] Handle anonymous namespacesJulie Hockett2019-06-281-5/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-doc] Switch to default to all-TUs executorJulie Hockett2018-10-261-1/+1
* [clang-doc] Limit integration testsJulie Hockett2018-10-161-64/+14
* Reland "Implement a (simple) Markdown generator"Julie Hockett2018-09-111-17/+26
* Revert "Implement a (simple) Markdown generator"Julie Hockett2018-08-161-26/+17
* Implement a (simple) Markdown generatorJulie Hockett2018-08-161-17/+26
* Reland "[clang-doc] Refactoring mapper to map by scope"Julie Hockett2018-08-021-25/+57
* Revert "[clang-doc] Refactoring mapper to map by scope"Julie Hockett2018-08-021-57/+25
* [clang-doc] Refactoring mapper to map by scopeJulie Hockett2018-08-021-25/+57
* [clang-doc] Adding PublicOnly flagJulie Hockett2018-07-201-3/+8
* Fix MSVC 'not all control paths return a value' warning. NFCI.Simon Pilgrim2018-06-061-0/+1
* [clang-doc] Implement a YAML generatorJulie Hockett2018-06-061-12/+57
* [clang-doc] Implement reducer portion of the frontend frameworkJulie Hockett2018-06-041-25/+113
* [clang-doc] Reland "[clang-doc] Setup clang-doc frontend framework"Julie Hockett2018-03-221-0/+114
* Revert "[clang-doc] Reland "[clang-doc] Setup clang-doc frontend framework""Julie Hockett2018-03-221-114/+0
* [clang-doc] Reland "[clang-doc] Setup clang-doc frontend framework"Julie Hockett2018-03-211-0/+114
* Revert "Reland "[clang-doc] Setup clang-doc frontend framework""Julie Hockett2018-03-121-114/+0
* Reland "[clang-doc] Setup clang-doc frontend framework"Julie Hockett2018-03-121-0/+114
* Revert "[clang-doc] Setup clang-doc frontend framework"Julie Hockett2018-03-091-114/+0
* [clang-doc] Setup clang-doc frontend frameworkJulie Hockett2018-03-091-0/+114
OpenPOWER on IntegriCloud