njames93 added a comment.
Herald added a subscriber: dexonsmith.

I think the `=` in the option name is confusing the option parser,

  ➜  clang-format --Wno-error=unknown
  clang-format: Unknown command line argument '--Wno-error=unknown'.  Try: 
'clang-format --help'
  clang-format: Did you mean '--Werror=unknown'?

Should the name be changed to `Wno-error-unknown`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86137

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D86137: Add -Wno-err... Nathan James via Phabricator via cfe-commits

Reply via email to