[llvm-bugs] [Bug 48680] -Wno-argument-outside-range flag doesn't seem to work in clang-1200.0.32.28
    via llvm-bugs 
    llvm-bugs at lists.llvm.org
       
    Thu Jan  7 09:32:10 PST 2021
    
    
  
https://bugs.llvm.org/show_bug.cgi?id=48680
Reid Kleckner <rnk at google.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
                 CC|                            |rnk at google.com
--- Comment #1 from Reid Kleckner <rnk at google.com> ---
This is a hard error, not a warning, so it cannot be disabled:
https://github.com/llvm/llvm-project/blob/master/clang/lib/Sema/SemaChecking.cpp#L6416
https://github.com/llvm/llvm-project/blob/master/clang/include/clang/Basic/DiagnosticSemaKinds.td#L9532
-- 
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/20210107/cdd461ba/attachment.html>
    
    
More information about the llvm-bugs
mailing list