On Thu, May 10, 2018 at 11:28:15AM +0200, Martin Liška wrote: > Parsing of no_sanitize attribute now supports > __attribute__((no_sanitize("address,undefined")))
Why is that wrong? I don't see why we shouldn't support it that way. It matches how we handle other similar attributes, say target attribute. > which is wrong. And on the other hand this is not recognized: > __attribute__((no_sanitize("address", "undefined"))) But we can certainly add support for this too for compatibility with clang. Jakub