llvm-project/clang-tools-extra/unittests/clang-doc
Brett Wilson 68266828b1 [clang-doc] Always emit the TagType for RecordInfo
Always emit the TagType for RecordInfo in YAML output. Previously this omitted the type for "struct", considering it the default. But records in C++ don't really have a default type so always emitting this is more clear.

Emit IsTypeDef in YAML. Previously this existed only in the Representation but was never written. Additionally, adds IsTypeDef to the record merge operation which was clearing it (all RecordInfo structures are merged with am empty RecordInfo during the reduce phase).

Reviewed By: paulkirth

Differential Revision: https://reviews.llvm.org/D131739
2022-08-12 18:39:20 +00:00
..
BitcodeTest.cpp [clang-doc] Read docstrings for record members 2022-08-11 17:14:15 +00:00
CMakeLists.txt [OpenMP] "UnFix" layering problem with FrontendOpenMP 2020-04-07 14:41:18 -05:00
ClangDocTest.cpp [clang-doc] Read docstrings for record members 2022-08-11 17:14:15 +00:00
ClangDocTest.h [clang-doc] Serialize inherited attributes and methods 2019-08-16 00:10:49 +00:00
GeneratorTest.cpp [clang-doc] Sort index elements case insensitive 2019-08-15 23:32:12 +00:00
HTMLGeneratorTest.cpp [clang-doc] Improving Markdown Output 2020-03-06 17:37:08 -08:00
MDGeneratorTest.cpp [clang-doc] Improving Markdown Output 2020-03-06 17:37:08 -08:00
MergeTest.cpp [clang-doc] Always emit the TagType for RecordInfo 2022-08-12 18:39:20 +00:00
SerializeTest.cpp [clang-doc] Read docstrings for record members 2022-08-11 17:14:15 +00:00
YAMLGeneratorTest.cpp [clang-doc] Always emit the TagType for RecordInfo 2022-08-12 18:39:20 +00:00