Closed
Description
In addition to #2027
Now sanitize { "Address" } works only for C++ language, but this flag may be applied to C language.
I think flag
sanitize = {
Address = "-fsanitize=address",
},
shoul be moved from cxxflags
table to shared
table.