[all-commits] [llvm/llvm-project] 60809c: Revert "[clang] Fix missing diagnostic of declarat...

Nico Weber via All-commits all-commits at lists.llvm.org
Tue Oct 25 09:23:46 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 60809cd29308e78d662375e6957a2b1b85415def
      https://github.com/llvm/llvm-project/commit/60809cd29308e78d662375e6957a2b1b85415def
  Author: Nico Weber <thakis at chromium.org>
  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:
  -----------
  Revert "[clang] Fix missing diagnostic of declaration use when accessing TypeDecls through typename access"

This reverts commit dc170433137aeda5e5276bd292cac12aa93fee7c.
Breaks building LLVM on mac when targeting macOS before 10.15, see
comments on https://reviews.llvm.org/D136533




More information about the All-commits mailing list