-
Notifications
You must be signed in to change notification settings - Fork 444
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Format-related string fixes and refactorings (#4704)
* Use abseil StrFormat in SourceFile * Simplify source file: do not create cstrings for something transient * Switch to cord for source code builder * Switch to statically-checked format string printing. Uncovered and fixed few bugs here and there. * Switch from Utils::printf_format to abseil formatting. Overall cstring's are misused everywhere in this code. But this is a subject of different task. * Get rid of unsafe and error-prone printf_format * Add missed conversion behind #ifdef
- Loading branch information
Showing
28 changed files
with
208 additions
and
318 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
Oops, something went wrong.