summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-doc/HTMLGenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-doc] sys::fs::F_None -> OF_None. NFCFangrui Song2019-09-091-2/+2
* [clang-doc] Use llvm::createStringError and canonicalize error messagesFangrui Song2019-08-281-12/+12
* [clang-doc] Switch Generator::CreateResources to use llvm::ErrorJulie Hockett2019-08-261-25/+36
* [clang-doc] Fix casting not working in gcc 5.4.0Diego Astiazaran2019-08-171-4/+4
* [clang-doc] Redesign of generated HTML filesDiego Astiazaran2019-08-161-60/+171
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-51/+51
* [clang-doc] Generate HTML links for children namespaces/recordsDiego Astiazaran2019-08-121-34/+53
* [clang-doc] Generate an HTML index fileDiego Astiazaran2019-08-091-1/+19
* [clang-format] Add link to source code in file definitionsDiego Astiazaran2019-08-091-31/+75
* [clang-doc] Add second index for sections within info's contentDiego Astiazaran2019-08-071-12/+88
* [clang-doc] Fix paths of js in import tagsDiego Astiazaran2019-08-061-0/+2
* [clang-doc] Add index in each info html fileDiego Astiazaran2019-08-061-49/+140
* [clang-doc] Fix link generationDiego Astiazaran2019-08-061-1/+1
* [clang-doc] Fix failing tests on WindowsDiego Astiazaran2019-07-291-0/+2
* [clang-format] Fix style of css file pathsDiego Astiazaran2019-07-261-0/+2
* [clang-doc] Add option for user provided stylesheetsDiego Astiazaran2019-07-251-24/+38
* [clang-doc] Add stylesheet to generated html docsDiego Astiazaran2019-07-251-0/+33
* [clang-doc] Fix output format of htmlDiego Astiazaran2019-07-251-39/+15
* [clang-doc] Fix html entities in rendered textDiego Astiazaran2019-07-251-1/+2
* [clang-doc] Add html links to referencesJulie Hockett2019-07-121-43/+135
* [clang-doc] Silence compiler warning with gcc 7.4 [NFC]Mikael Holmen2019-07-111-0/+3
* [clang-doc] Add a structured HTML generatorJulie Hockett2019-07-101-0/+517
OpenPOWER on IntegriCloud