[all-commits] [llvm/llvm-project] dc1704: [clang] Fix missing diagnostic of declaration use ...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Mon Oct 24 17:47:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dc170433137aeda5e5276bd292cac12aa93fee7c
https://github.com/llvm/llvm-project/commit/dc170433137aeda5e5276bd292cac12aa93fee7c
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2022-10-25 (Tue, 25 Oct 2022)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Sema/Sema.h
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaTemplate.cpp
M clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/p1.cpp
M libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.depr_in_cxx17.verify.cpp
Log Message:
-----------
[clang] Fix missing diagnostic of declaration use when accessing TypeDecls through typename access
Fixes GH58547.
Signed-off-by: Matheus Izvekov <mizvekov at gmail.com>
Differential Revision: https://reviews.llvm.org/D136533
More information about the All-commits
mailing list