[LLVMbugs] [Bug 14334] New: [-Wdocumentation] Could we handle "<u" more relaxed?

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Nov 13 18:10:30 PST 2012


http://llvm.org/bugs/show_bug.cgi?id=14334

             Bug #: 14334
           Summary: [-Wdocumentation] Could we handle "<u" more relaxed?
           Product: clang
           Version: trunk
          Platform: All
        OS/Version: All
            Status: ASSIGNED
          Severity: enhancement
          Priority: P
         Component: Frontend
        AssignedTo: gribozavr at gmail.com
        ReportedBy: geek4civic at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp:272:17: error:
      HTML start tag prematurely ended, expected attribute name or '>'
      [-Werror,-Wdocumentation]
/// (V-Lo) <u Hi-Lo.  This method expects that Lo <= Hi. isSigned indicates
                ^
1 error generated.

--

"<u" is generally used in llvm.

Although I have no idea for Doxygen how to handle open "<u",
Could we handle brackets more relaxed, if they didn't look like tags?

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list