[llvm-bugs] [Bug 33949] New: Comment tag is not properly created.
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Jul 26 07:30:51 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33949
Bug ID: 33949
Summary: Comment tag is not properly created.
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
In my attempt to create a comment in cpp, and specifically this one
https://github.com/glfw/glfw/blob/8e899ccc29cc082f8d373718f1881ef5b8863f84/include/GLFW/glfw3.h#L2307
I noticed that the generated tag was split into half with @thread to be the
actual tag and "_safety" to be part of the text in the comment. I would expect
clang to detect those type of tags and not terminate the key in "_". For any
detail please feel free to contact me at kimon.topouzidis at gmail.com
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/20170726/87e402af/attachment.html>
More information about the llvm-bugs
mailing list