-
Notifications
You must be signed in to change notification settings - Fork 129
Bump CI to 7.2.2 #4805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
causten
wants to merge
11
commits into
develop
Choose a base branch
from
update7.2
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bump CI to 7.2.2 #4805
Changes from 7 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
80c12c2
Bump CIO to 7.2.2
causten c7e9ee8
fix global-constructors issue on SLES
causten 7148a54
Updated the generate files
causten bc52446
Fix ROCm apt repo: use HTTPS + GPG keyring instead of HTTP + trusted=yes
Copilot 8d53bd4
resolve CI failures
causten e7129e0
fixup for hip-clang.docker
causten 5ecd9c9
clang tidy fixups
causten 4a98823
Apply suggestions from code review
causten cd37c8c
update tidy
causten f0cd88c
quiet clang for this PR
causten 5a54567
Suppress new clang-tidy warnings from LLVM bump
causten File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -203,6 +203,7 @@ rocm_enable_clang_tidy( | |
| -cppcoreguidelines-misleading-capture-default-by-value | ||
| -cppcoreguidelines-missing-std-forward | ||
| -cppcoreguidelines-pro-bounds-array-to-pointer-decay | ||
| -cppcoreguidelines-pro-bounds-avoid-unchecked-container-access | ||
|
causten marked this conversation as resolved.
Outdated
|
||
| -cppcoreguidelines-pro-bounds-constant-array-index | ||
|
Comment on lines
207
to
209
|
||
| -cppcoreguidelines-pro-bounds-pointer-arithmetic | ||
| -cppcoreguidelines-pro-type-member-init | ||
|
|
@@ -211,6 +212,7 @@ rocm_enable_clang_tidy( | |
| -cppcoreguidelines-pro-type-vararg | ||
| -cppcoreguidelines-special-member-functions | ||
| -cppcoreguidelines-use-default-member-init | ||
| -cppcoreguidelines-use-enum-class | ||
| -cppcoreguidelines-virtual-class-destructor | ||
| -google-readability-* | ||
| -google-runtime-int | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.