mirror of
https://github.com/github/codeql.git
synced 2026-03-29 11:48:16 +02:00
g++ doesn't support this code:
sorry, unimplemented: non-trivial designated initializers not supported
twoIntFields sSwapped = { .m2 = source(), .m1 = 0 };
so we need to build it in clang mode.