|
|
|
|
|
by infimum
3352 days ago
|
|
does anyone know, how hard it would be to have a compiler flag -Wundefined that tells me when i write code with undefined behaviour?
this way i can fix these issues myself and don't have to rely on the compiler inferring my intentions. |
|
Edit: mannykannot noted somewhere else that clang has the same flag.