Skip to content

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

Merged
bruntib merged 2 commits into
Ericsson:masterfrom
Szelethus:gcc_report_detail_formatter
Mar 27, 2024
Merged

[gcc][GUI] Fix indentations for gcc fn calls bug reports#4182
bruntib merged 2 commits into
Ericsson:masterfrom
Szelethus:gcc_report_detail_formatter

Conversation

@Szelethus
Copy link
Copy Markdown
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
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