[LLVMbugs] [Bug 14209] New: Report Diagnostic ID for diagnostics

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Oct 30 00:45:44 PDT 2012


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

             Bug #: 14209
           Summary: Report Diagnostic ID for diagnostics
           Product: clang
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: sujit.kamthe at kpitcummins.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Created attachment 9456
  --> http://llvm.org/bugs/attachment.cgi?id=9456
Communication with Ted

Hi,
There is no ErrorID or StaticAnalyzerCheckerID associated with diagnostics
being reported.
e.g.
Core.1: The right operand of '==' is a garbage value
Security.2: < diagnostic >
DeadCode.4: <diagnostic>

Also IDs can be assigned to compiler error being reported.
e.g. ERROR.1001 - expected identifier or '('
FATAL.234 - 'a.h' file not found

It will help categorize the diagnostics in report.

-- 
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