Skip to content
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

[gcc][GUI] Fix indentations for gcc fn calls bug reports #4182

Merged
merged 2 commits into from
Mar 27, 2024

Conversation

Szelethus
Copy link
Contributor

@Szelethus Szelethus commented Mar 5, 2024

Previously, all notes of GCC were uncategorized, which lead to function calls not being indented properly. This patch fixes that (though I admit, this JS code isn't my proudest work):

Before:

image

After:

image

With Clang, its easy to identify loops, but for gcc, not so much, so I skipped it:
image

@Szelethus Szelethus added GUI 🎨 gcc 🐃 GNU GCC Static Analyzer labels Mar 5, 2024
@Szelethus Szelethus added this to the release 6.24.0 milestone Mar 5, 2024
@Szelethus Szelethus requested a review from cservakt March 5, 2024 14:29
@Szelethus Szelethus force-pushed the gcc_report_detail_formatter branch 2 times, most recently from 0f33a54 to 9824d58 Compare March 12, 2024 10:20
Previously, all notes of GCC were uncategorized, which lead to function
calls not being indented properly. This patch fixes that.
@Szelethus Szelethus force-pushed the gcc_report_detail_formatter branch from 9824d58 to db9455c Compare March 12, 2024 10:36
@bruntib bruntib merged commit e2d7df4 into Ericsson:master Mar 27, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix 🔨 gcc 🐃 GNU GCC Static Analyzer GUI 🎨
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants