[llvm-bugs] [Bug 43163] Calling main() not identified as undefined behavior

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Aug 29 15:05:00 PDT 2019


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

Richard Smith <richard-llvm at metafoo.co.uk> changed:

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

--- Comment #2 from Richard Smith <richard-llvm at metafoo.co.uk> ---
We allow this as a conforming extension by default. Clang warns with -pedantic
and rejects with -pedantic-errors.

-- 
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/20190829/09dc0b15/attachment.html>


More information about the llvm-bugs mailing list