Add new warning -Walloca for use of builtin alloca function.
Also warns the use of __builtin_alloca_with_align. GCC has this warning, and we'd like to have this for compatibility.
Differential D64883
Add new warning -Walloca for use of builtin alloca function ziyig on Jul 17 2019, 2:15 PM. Authored by
Details Add new warning -Walloca for use of builtin alloca function. Also warns the use of __builtin_alloca_with_align. GCC has this warning, and we'd like to have this for compatibility.
Diff Detail
Event TimelineComment Actions Thanks for this! Mostly just nitpicking the warning's wording. :)
|