[llvm-bugs] [Bug 33333] New: Clang comment representation bug
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Jun 6 15:19:42 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33333
Bug ID: 33333
Summary: Clang comment representation bug
Product: clang
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: kimon.topouzidis at gmail.com
CC: dgregor at apple.com, llvm-bugs at lists.llvm.org
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.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170606/65982e88/attachment.html>
More information about the llvm-bugs
mailing list