Language defaults for CLang v5.0

Hi CFE-Devs,

With CLang v5.0, what are the default dialects for C and C++? Various alternative defaults were discussed but I didn’t spot that was eventually decided.

Thanks,

MartinO

For C++, it’s gnu++98, but that will change to gnu++14 in v6.0.

For C, it’s gnu11 for the foreseeable future.

Perfect, thanks Nicolas