[PATCH] D77393: [X86] Fix implicit sign conversion warnings in X86 headers.

Paul Robinson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 8 07:02:34 PDT 2020


probinson added a comment.

It looks like you're not actually interested in the compiled output, but just whether warnings occurred; in that case you'd be better off with `-verify -fsyntax-only` and `// expected-no-diagnostics`.


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

https://reviews.llvm.org/D77393





More information about the cfe-commits mailing list