Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D127442
[Sema] Fix a bug where clang doesn't detect uses of unavailable decls in C++ base or member initializers ClosedPublic Authored by ahatanak on Jun 9 2022, 2:20 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 19 2022, 2:40 PM This revision was landed with ongoing or failed builds.Jan 5 2023, 8:36 PM Closed by commit rG143ec502e985: [Sema] Fix a bug where clang doesn't detect uses of unavailable decls (authored by ahatanak). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 486746 clang/lib/Sema/SemaAvailability.cpp
clang/test/SemaCXX/attr-availability.cpp
|