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

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 2 16:20:43 PDT 2022


thakis added a comment.

We're happy to switch to any setup that allows us to do a bootstrap build of clang on macOS (ie one where we build clang with whatever host compiler, and then build it again with just-built clang). We've switched to the currently recommended method several times; if there's a new recommended method we can switch to that. We just need to know what it is :)

>From what I understand, using newer libc++ headers and linking against system libc++.dylib is explicitly supported (because ABI compat).


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