franneck94 / Vscode-C-Cpp-Runner

🚀 Compile, run and debug single or multiple C/C++ files with ease. 🚀
MIT License
53 stars 14 forks source link

[ENH] Add >MEMORY< and Thread Sanitizer support of GCC and CLang, more then ASAN #100

Closed Kol9yN closed 1 year ago

Kol9yN commented 1 year ago

Any way to add icon in bottom ribbon for call sanitizer options as it did for choose working folder?

franneck94 commented 1 year ago

I won't add more icons, there are already too much imo

Kol9yN commented 1 year ago

or add this option into settings, currently we have asan only, there my request about to add memory san, and thread san.

franneck94 commented 1 year ago

I wont add this since its not implemented for all compilers. I only want features that are avail. for all compiler

Kol9yN commented 1 year ago

Yeah i got it, same. Here each compiler have own features for asan and memsan, maybe any way to make it auto pick depends of selected compiler(make "if" logic)?