// Regression check that -pedantic-errors doesn't cause other diagnostics to// become errors.//// RUN: %clang_cc1 -verify -Weverything -pedantic-errors %sintf0(int,unsigned);intf0(intx,unsignedy){returnx<y;// expected-warning {{comparison of integers}}}