hanchenye-llvm-project/clang-tools-extra/clang-doc
Julie Hockett 2c1c9a2407 [clang-doc] Add html links to references
<a> tags are added for the parents and members of records and return type and
params of functions. The link redirects to the reference's info file.

The directory path where each info file will be saved is now generated in the
serialization phase and stored as an attribute in each Info.

Bitcode writer and reader were modified to handle the new attributes.

Committed on behalf of Diego Astiazarán (diegoaat97@gmail.com).

Differential Revision: https://reviews.llvm.org/D63663

llvm-svn: 365937
2019-07-12 18:32:00 +00:00
..
tool [clang-doc] Add html links to references 2019-07-12 18:32:00 +00:00
BitcodeReader.cpp [clang-doc] Add html links to references 2019-07-12 18:32:00 +00:00
BitcodeReader.h [Bitcode] Move Bitstream to a separate library 2019-07-03 22:40:07 +00:00
BitcodeWriter.cpp [clang-doc] Add html links to references 2019-07-12 18:32:00 +00:00
BitcodeWriter.h [clang-doc] Add html links to references 2019-07-12 18:32:00 +00:00
CMakeLists.txt [clang-doc] Add a structured HTML generator 2019-07-10 19:03:25 +00:00
ClangDoc.cpp
ClangDoc.h
Generators.cpp [clang-doc] Add html links to references 2019-07-12 18:32:00 +00:00
Generators.h [clang-doc] Add html links to references 2019-07-12 18:32:00 +00:00
HTMLGenerator.cpp [clang-doc] Add html links to references 2019-07-12 18:32:00 +00:00
MDGenerator.cpp [clang-doc] Add html links to references 2019-07-12 18:32:00 +00:00
Mapper.cpp [clang-doc] Serialize child namespaces and records 2019-07-02 19:59:56 +00:00
Mapper.h
Representation.cpp [clang-doc] Add html links to references 2019-07-12 18:32:00 +00:00
Representation.h [clang-doc] Add html links to references 2019-07-12 18:32:00 +00:00
Serialize.cpp [clang-doc] Add html links to references 2019-07-12 18:32:00 +00:00
Serialize.h [clang-doc] Serialize child namespaces and records 2019-07-02 19:59:56 +00:00
YAMLGenerator.cpp [clang-doc] Add html links to references 2019-07-12 18:32:00 +00:00