[PATCH] D58154: Add support for -fpermissive.

James Y Knight via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 5 08:41:43 PST 2019


jyknight added a comment.

The errors disabled by this feature are default-error warnings -- you can already get the same effect by using -Wno-<lots-of-things>. Why is it bad to additionally allow -fpermissive to disable them? (If we have any diagnostics which are currently default-on-warnings which should not _ever_ be disable-able, then maybe we should just fix those?)


Repository:
  rC Clang

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

https://reviews.llvm.org/D58154





More information about the cfe-commits mailing list