Paul Reimer
Paul Reimer
I use `nix` to get cross-compile toolchains, and this also works on macOS. This is how I get a temporary one with `nix-shell`, which automatically sets `CC`, `CXX`, `LD` etc...
Thou shalt not vendor TempleOS pls
OK thanks! I was able to get the reloc info by using those structs from Linux `elf.h` header. I wasn't sure how to select the right struct (rel vs rela)...
@jcmvbkbc noted this caveat (and helpful link!) > Also compiling with ASAN results in higher memory requirements: according to https://github.com/google/sanitizers/wiki/AddressSanitizerAlgorithm it requires 1/8 of used memory for its shadow map....
@RobbertH That's a cool protocol! There are a few times I've used DH that I probably could/should have used that instead. In my case (IoT device) that would be a...
`:ALEGoToTypeDefinition` doesn't seem to work for me in C++, it does the same thing as `ALEGoToDefinition`. I use `clangd`+`compile_commands.json` to get my type info (I have a lot of other...
Is there an `ALEGoToImplementation` command? I think that if that's something a language server provides, then "Go to implementation" sounds like it might work here to go to e.g. the...
I agree with @proxict that terminology would be most correct for C++. I had hoped it would also handle the case for other languages which only use a single definition+declaration...
Sure, here's a screenshot from a YouTube vid where I saw the feature originally (I'm not actually an IntelliJ user myself) > https://www.youtube.com/watch?v=RJEnTRBxaSg In this screenshot, it is a fg/bg...
(I think that with a different glyph, even just a regular letter for reference, you could address the fg/bg situation by setting the gutter bg color, too. IMO, I think...