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

Aaron Ballman <aa...@aaronballman.com> changed:

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

--- Comment #1 from Aaron Ballman <aa...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to