The Microsoft compiler emits
warning C4229: anachronism used : modifiers on data are ignored
for
struct {} __cdecl s;
but ICU's gendict can generate such (and does when building LibreOffice), so accepting this in clang-cl too would be useful.
Differential D16628
clang-cl: support __cdecl-on-struct anachronism sberg on Jan 27 2016, 6:32 AM. Authored by
Details The Microsoft compiler emits warning C4229: anachronism used : modifiers on data are ignored for struct {} __cdecl s; but ICU's gendict can generate such (and does when building LibreOffice), so accepting this in clang-cl too would be useful.
Diff Detail
Event Timeline
|