Results 265 comments of Kirill A. Korinsky

Another sample of warnings which seems a bit different: ``` /opt/local/bin/clang++-mp-11 -o .obj/mir/from_hir_match.o -c src/mir/from_hir_match.cpp -g -Wall -std=c++14 -O2 "-I/opt/local/libexec/openssl10/include -Os -stdlib=libc++" -Wno-pessimizing-move -Wno-misleading-indentation -Wno-unknown-warning-option -Werror=return-type -I src/include/ -I src/...

Here a two commits: - the first one address a few legitimise warning; - the second one makes suppress clang's nitpicking around `TAGGED_UNION`. To be honest I can more forward...

@thepowersgang with https://github.com/thepowersgang/mrustc/pull/244 things much better, without, well.. still to noisy.

For records: [mrustc-255.zip](https://github.com/thepowersgang/mrustc/files/8103136/mrustc-255.zip) `libaho_corasick-0_7_13_H1.rlib-clang.json` is a file which was produced by Apple Clang which runs 101 minute and all time was spent inside `RunPass {"detail":"Combine redundant instructions"}` I have no...

@thepowersgang if you willing to merge it, you may use version which is applied to last master and which I've used for my MacPorts port: https://github.com/catap/mrustc/commit/3d24d451b23104b58f8afc9d07d1cd341b296f5a

@thepowersgang my commit is for 1.39.0 also ;) I can't move forward with 1.54.0.

@thepowersgang I do have macOS 10.7 virtual machine, I'll try to reproduce it ;)

@thepowersgang macOS uses its own linker which doesn't support hints. WebAssembly is using `ldd`.... which also doesn't support hints :) The simplest way to bring hints to macOS is switch...