[PATCH] D142826: [Clang] Add -Wtype-limits to -Wextra for GCC compatibility

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 30 04:51:19 PST 2023


aaron.ballman added a reviewer: clang-vendors.
aaron.ballman added a comment.

Heh, I literally started working on this on Friday afternoon. :-D

There's a failing CI case that needs to be addressed: Sema/tautological-constant-compare.c  -- IIRC, fixing that should suffice for test coverage. This should also have a release note.

Also, I'm adding `clang-vendors` not because I think this is a potentially *breaking* change, but because it could be potentially disruptive due to adding to `-Wextra` when we've not really changed that much in recent history.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142826/new/

https://reviews.llvm.org/D142826



More information about the cfe-commits mailing list