Antoine Allard
Antoine Allard
Compilation with Clang of module X: ``` /project/source.cpp:783:16: warning: function 'testFunction' is not needed and will not be emitted [-Wunneeded-internal-declaration] static int testFunction(int pTree, int pItm, int * pq, int...
Option 3 is probably the best one. In order to test the current Clang Tidy sensor I simply modified my compilation log file to map the warnings to the expected...
I compared the plist reports from the Clang SA from CodeChecker and scan-build on the same source file. The reports show the same diagnostic but the CodeChecker one is missing...
Hello @davidxia, Can you please share these changes you did? I am trying to achieve the same thing of hosting an OpenVSX server internally at `openvsx.foo.com`. I built a custom...
The binaries are built on Red Hat Enterprise Linux 8.6 using GCC 11.2 and gold 2.42 / mold 2.34.0. The runtime system is Red Hat Enterprise Linux 9.2. ``` $...
Using binaries re-linked with `mold` and `-Wl,--shuffle-sections` I got bigger _VmHWM_ value regression for the same test, about ~5%. I'll run more tests with/without this linker option to see if...
Thank you for your answer, I think this is what I observe for my program: ``` $ pmap -x MOLD_PID Address Kbytes RSS Dirty Mode Mapping 0000000000200000 80444 31548 0...
I have observed this issue as well in a large monorepo: hundreds of ripgrep processes spawning that make my machine unusable when Antora support is enabled in the extension (3.4.4):...
Hello, I am using VSCode 1.57.1 and Podman 3.1.2. I managed to mount my SELinux protected directory using this `runArgs` configuration: ``` // Required for an empty mount arg, since...
Could it be linked to https://github.com/microsoft/vscode-remote-release/issues/5007 ?