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
Clang 22 removes `ElaboratedType` and now represents `size_t`/`ssize_t`/`ptrdiff_t` using `PredefinedSugarType` (see llvm PR #143653).
Snapshots are now appended a tag w/ the earliest clang version they pass with; ie clang-22 still tests against `.clang15` snapshots if the
snapshot doesn't change between versions. Overriding a test to use a different `.clangX` tag can be done by appending the test to
a table in `snapshots.rs`.
0 commit comments