[LLVMbugs] [Bug 16119] Add a warning for incomplete bitfields

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu May 23 10:10:51 PDT 2013


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

David Blaikie <dblaikie at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dblaikie at gmail.com
         Resolution|---                         |WONTFIX

--- Comment #1 from David Blaikie <dblaikie at gmail.com> ---
We generally do not include warnings in Clang that don't find bugs (yes, there
are some exceptions) with fairly high confidence.

This seems like a feature better implemented in some kind of style checker
(either as a Clang plugin or Clang Tool)

-- 
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/20130523/4c980f66/attachment.html>


More information about the llvm-bugs mailing list