Alexander Droste
Alexander Droste
After entering the prompt with `:` or searching with `/`, is there a way to abort the command? I expected being able to escape the prompt by pressing ``.
`scan-build` currently seems to produce no reports on macOS even with system integrity protection disabled. This is unlike using `intercept-build` + `analyze-build` in combination. For the following example, a `Memory...
To catch memory bugs, we could consider having automated test runs for which binaries are instrumented with LLVM sanitizers: https://clang.llvm.org/docs/AddressSanitizer.html.