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

Erik Pilkington <erik.pilking...@gmail.com> changed:

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

--- Comment #1 from Erik Pilkington <erik.pilking...@gmail.com> ---
This is intentional, clang supports a large superset of features by default in
C mode. If you're interested in disallowing this, you can compile with
-pedantic or -pedantic-errors. You can also disable this feature by setting the
(default ignored) -Wfixed-enum-extension to an error.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to