Skip to content

[clang-doc] Refactor CommentInfo.Kind from string to CommentKind enum in clang-doc #142272

Closed as duplicate of#142083
@snarang181

Description

@snarang181

We should refactor the clang-doc tool’s internal handling of comment kinds by migrating the CommentInfo.Kind field from a raw SmallString<16> (string) to a strongly-typed enum, CommentKind. This should make iteration of the different fields much more convenient.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions