Changes between Initial Version and Version 1 of Ticket #63038, comment 12


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63038, comment 12

    initial v1  
    11I will add my "+1" to this. I would also like to have the `+anayzer` by default. Building all of clang-12 takes a very, very long time on my laptop (didn't measure but I think it was well over an hour). I can't do much else while it's compiling, and can't unplug the laptop.
    22
    3 I also wanted to note that while `set-xcode-analyzer` is broken in Clang 12 (for no fault of MacPorts), the analyzer is probably not used through Xcode by most people. It is used through the `scan-build` script, which works fine (mostly, see #63047).
     3I also wanted to note that while `set-xcode-analyzer` is broken in Clang 12 (for no fault of MacPorts), the analyzer is probably not used through Xcode by most people. It is used through the `scan-build` script, which works fine (mostly, see #63047). So the fact that `set-xcode-analyzer` is broken should not be an obstacle to enabling `+analyzer` by default. Noting this just in case :-)