[PATCH] D136533: [clang] Fix missing diagnostic of declaration use when accessing TypeDecls through typename access

Mike Hommey via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 26 14:29:53 PDT 2022


glandium added a comment.

In D136533#3885302 <https://reviews.llvm.org/D136533#3885302>, @mizvekov wrote:

> Nonetheless, it seems libc++ uses a deprecated declaration from it's own headers.

It's the opposite of deprecated, it's (optionally) using something that is only available in newer versions of macos.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136533/new/

https://reviews.llvm.org/D136533



More information about the cfe-commits mailing list