[all-commits] [llvm/llvm-project] 143ec5: [Sema] Fix a bug where clang doesn't detect uses o...
Akira Hatanaka via All-commits
all-commits at lists.llvm.org
Thu Jan 5 20:36:23 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 143ec502e9859141e9d340ed59046dad0fc4ee6f
https://github.com/llvm/llvm-project/commit/143ec502e9859141e9d340ed59046dad0fc4ee6f
Author: Akira Hatanaka <ahatanaka at apple.com>
Date: 2023-01-05 (Thu, 05 Jan 2023)
Changed paths:
M clang/lib/Sema/SemaAvailability.cpp
A clang/test/SemaCXX/attr-availability.cpp
Log Message:
-----------
[Sema] Fix a bug where clang doesn't detect uses of unavailable decls
in C++ base or member initializers
Differential Revision: https://reviews.llvm.org/D127442
More information about the All-commits
mailing list