Per discussions in D128745, remove ClangABICompat checks for implementations
of DR692/DR1395/DR1432. This is a potentially breaking changes, so the release
note is updated accordingly.
Details
Details
- Reviewers
aaron.ballman erichkeane hubert.reinterpretcast - Group Reviewers
Restricted Project - Commits
- rG40e99473170f: [Clang] follow-up D128745, remove ClangABICompat checks
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The code changes look good to me. I offered a suggested rewording of the release note.
clang/docs/ReleaseNotes.rst | ||
---|---|---|
499–501 |
|
Comment Actions
- update Release notes
- remove obsolete CodeGen tests which was used to test ClangABICompat checks, similar Sema tests are already in place.