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
Handle vendor string in match for clang version string (#145612)
#145455 failed to account for the optional "vendor string" that precedes
the `clang version` in the Clang version string metadata. I just updated
it to use a regex to allow arbitrary content before the `clang version`.
Tested this both with and without a vendor string, and it seems to work
as expected.
0 commit comments