[llvm-bugs] [Bug 40136] 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
Sat Dec 22 07:32:21 PST 2018


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

Aaron Ballman <aaron at aaronballman.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Aaron Ballman <aaron at aaronballman.com> ---
The "invalid bits" diagnostic came from r349940 (it was previously a failed
assertion due to using cast<> instead of dyn_cast<>). I wasn't aware of the
root cause when I made that fix -- the reporter just said the assertion was
happening on an out-of-tree build and they weren't certain why. Thank you for
the explanation! I've changed the diagnostic in r350004 to spell out the issue
a bit better. It should now say "missing Documentation for
Package.CheckerName".

-- 
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/846a51bb/attachment.html>


More information about the llvm-bugs mailing list