Changes between Initial Version and Version 1 of Ticket #63047


Ignore:
Timestamp:
Jun 7, 2021, 2:41:17 PM (3 years ago)
Author:
szhorvat (Szabolcs Horvát)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63047 – Description

    initial v1  
    11
    2 Following the recent fix of issue #63026, I build clang-12 with the `+analyzer` variant and checked whether it works, roughly along the lines I wrote up in this wiki: https://github.com/igraph/igraph/wiki/Running-linters-and-analysers
     2Following the recent fix of issue #63026, I built clang-12 with the `+analyzer` variant and checked whether it works, roughly along the lines I wrote up in this wiki: https://github.com/igraph/igraph/wiki/Running-linters-and-analysers
    33
    44The analyzer itself, and the `scan-build` script appear to work fine.
     
    2121`scan-view` is used to view the analysis reports in a browser. One might use `scan-view-mp-11` to view the results of an analysis from clang-12, so it's not a huge deal. But `scan-view-mp-12` should work as well.
    2222
    23 I have no yet had the time to figure out why exactly this is broken and how to fix it, but here's the bug report in advance.
     23I have not yet had the time to figure out why exactly this is broken and how to fix it, but here's the bug report in advance. I'll let you know if I figure out a fix.
    2424
    2525