[llvm-bugs] [Bug 40136] New: Compiler should issue an error or warning when adding a checker that does not include a URI

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Dec 21 16:09:54 PST 2018


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

            Bug ID: 40136
           Summary: Compiler should issue an error or warning when adding
                    a checker that does not include a URI
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: douglas_yung at playstation.sony.com
                CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org

Upstream change r349812 addded a 2-bit Documentation field to checkers that
caused an unhelpful failure ("Invalid bits") to be hit during our internal
build during tablegen because our out-of-tree checkers did not have this field.
After tracking down the cause of the error, I think it would be more helpful if
the compiler or tablegen issued an error saying the field was missing so that
out-of-tree checkers can be quickly/easily fixed.

-- 
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/20181222/efe68ae2/attachment-0001.html>


More information about the llvm-bugs mailing list