Is there a way to specify that I expect a warning on a certain line, much like lit’s // expected-warning{{…}} syntax?
Since I intend to increase the number of bugs detected by Clang, I’m looking for places where an expected warning/diagnostic is missing. Currently I need to manually look for these.