-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These warnings fell into 3 categories: Useful warnings — many, but already fixed. Scènes à faire — nothing to be done but suppress them. Painful advice — implemented here, accepting a small performance cost. One std::free() in strconv.cxx triggered three clang-tidy warnings — more than could fit on one healthy line. I didn't want blanket suppression, but as a compromise, it turned out that wildcards worked. (Perhaps I could have gotten by with a backslash-escaped newline in that comment, but that's just gruesome.) Blanket suppression of warning signs is of course a bad thing. But for now... clean yet thorough lint check!
- Loading branch information
Showing
5 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters