llvm-project/clang-tools-extra/unittests
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
..
clang-apply-replacements
clang-change-namespace [clang] Implement ElaboratedType sugaring for types written bare 2022-07-27 11:10:54 +02:00
clang-doc [clang-doc] Always emit the TagType for RecordInfo 2022-08-12 18:39:20 +00:00
clang-include-fixer
clang-move [clang-move] Fix unit tests with forward slash as separator on windows 2021-11-08 22:21:31 +02:00
clang-query
clang-tidy [clang][transformer] Finish plumbing `Note` all the way to the output. 2022-08-11 07:54:44 +02:00
include/common
CMakeLists.txt