[llvm-bugs] [Bug 33948] New: XML comments command is not properly detected.

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jul 26 07:25:32 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=33948

            Bug ID: 33948
           Summary: XML comments command is not properly detected.
           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

Greetings,
I am facing a comment problem in cpp. When i try to create that comment:
https://github.com/glfw/glfw/blob/8e899ccc29cc082f8d373718f1881ef5b8863f84/include/GLFW/glfw3.h#L2299
clang create this: "GLFW_NOT_INITIALIZED and @ref" as the generated comment. It
actually detects the first @ref but not the second. In addition the generated
comment is of type A and not of type ref as one would expect. For any
clarification on the issue please be free to contact me here or 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/989d65cf/attachment-0001.html>


More information about the llvm-bugs mailing list