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: unassignedclangb...@nondot.org
          Reporter: kimon.topouzi...@gmail.com
                CC: dgre...@apple.com, llvm-bugs@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.topouzi...@gmail.com

Best regards,
Topouzidis Kimon

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to