Skip to content

Clang comment representation bug #32680

Open
@llvmbot

Description

@llvmbot
Bugzilla Link 33333
Version trunk
OS Windows NT
Reporter LLVM Bugzilla Contributor
CC @DougGregor

Extended Description

I would like to report an issue with clang and comments in cpp.
After creating a comment type of ParagraphCommentKind:

/// <summary>Test Comment</summary>,

clang separated it in sections as follows:

1st: " "
2nd: "<summary
3rd: "> Test Comment"
4th: "</summary"
5th: "> ".

I expected something similar to :<summary>, Text Comment, </summary>. If you weren't aware of this, well here it is.
I would appreciate any temporary workaround.
Best Regards,
Topouzidis Kimon.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions