-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add checking and verification support for includes using IWYU (#23092)
* Add new script with feature for checking includes in project * Add build and install IWYU 0.16 on chip-build Docker image and repair lost Tizen env * Fix includes for ConnectivityManagerImpl.cpp in Tizen * Fix includes in Tizen platform - First IWYU scan * Fix includes in ThreadStackManager and BLEManager * Fix include after commit: Remove using-directives namespaces in Tizen platform * Add some rules to IWYU mapping files and fix logging in iwyu_check.py script * Fix version and restyled * Compile ChipDeviceScanner only when BLE support is enabled * Small improvements for Tizen SDK installation script * Cleanup IWYU mapping files * Purge clang-12 after compiling IWYU from source * Show stderr output of include-what-you-use tool Co-authored-by: Arkadiusz Bokowy <[email protected]>
- Loading branch information
Showing
50 changed files
with
653 additions
and
191 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.6.13 Version bump reason: Update zap to latest release | ||
0.6.14 Version bump reason: Add checking and verification support for includes using IWYU |
Oops, something went wrong.