Re: clang static analysis of leon2

2020-04-20 Thread Joel Sherrill
Don't necessarily dive into reformatting or scraping anything. It is just an idea. There are multiple sides to analysis tools. Running them, having useful reports, automating the run, being able to flag false reports, and getting people to fix things. Fixing things can be a path of no return. I s

Re: clang static analysis of leon2

2020-04-20 Thread suyash singh
I can't find any way to group by sub directories but I can write a script/program to make a new html file in which errors are grouped by sub directories. I have written web scrapers with organized data output in python and JS before. There is a --disable-checker option and using comments to ignore

Re: clang static analysis of leon2

2020-04-20 Thread Joel Sherrill
I could download the report and look through it. I assume that's the standard output from the analyzer. For prioritization of looking at issues, it can be helpful if there is a way to group them by "area" which usually corresponds to the subdirectory. My scan showed one for a chain method in scor

clang static analysis of leon2

2020-04-20 Thread suyash singh
Find the analysis here https://drive.google.com/drive/folders/1FL_euXfAtlzezDf0Vwg5-WHM22z8lbFQ steps here https://github.com/suyashsingh234/rtems-notes ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel