Page MenuHome

Clang-tidy: disable new warnings
ClosedPublic

Authored by Ankit Meel (ankitm) on Oct 20 2020, 2:07 PM.

Details

Summary

Until it is decided whether to work on, or ignore these
warning, disable them.

Diff Detail

Event Timeline

Ankit Meel (ankitm) requested review of this revision.Oct 20 2020, 2:07 PM
Ankit Meel (ankitm) created this revision.
Ankit Meel (ankitm) edited the summary of this revision. (Show Details)

There are more.
Found so far:

bugprone-exception-escape,
-readability-named-parameter,
Ankit Meel (ankitm) edited the summary of this revision. (Show Details)Oct 20 2020, 9:47 PM
Ankit Meel (ankitm) retitled this revision from Clang-tidy: disable readability-function-cognitive-complexity to Clang-tidy: disable new warnings .
Ankit Meel (ankitm) edited the summary of this revision. (Show Details)

I think those warnings are nice to be officially enabled one day, so please add them to the list in T78535.

@Sybren A. Stüvel (sybren), is there a way in YAML to mix comment and a string? To make it clear that some group of warnings is disabled permanently and another one is disabled temporarily?

This revision is now accepted and ready to land.Oct 21 2020, 9:14 AM
This revision was automatically updated to reflect the committed changes.