You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
writer-json-sarif: fix miscompilation with recent Apple Clang
For a reason I'm too lazy to diagnose, latest releases of Apple Clang now
ignore the outermost initializer lists with object initializers which GCC
still translates to an array. Construct the arrays explicitly to avoid this
ambiguity.
Resolves: #160
0 commit comments