[LLVMbugs] [Bug 21874] New: Feature request: support #pragma GCC diagnostic ignored

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Dec 10 14:41:57 PST 2014


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

            Bug ID: 21874
           Summary: Feature request: support #pragma GCC diagnostic
                    ignored
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Static Analyzer
          Assignee: kremenek at apple.com
          Reporter: angie.register at hotmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Please support using #pragma GCC diagnostic ignored "-W<option>" to disable
warnings. Currently there is no way to disable warnings on generated code
because the only methods of doing so require modifying the source file which
will simply be overwritten the next time code is re-generated.

Thanks!

-- 
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/20141210/17f7def8/attachment.html>


More information about the llvm-bugs mailing list