[PATCH] D140547: Perform access checking to private members in simple requirement.
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 11 06:47:45 PST 2023
erichkeane added inline comments.
================
Comment at: clang/docs/ReleaseNotes.rst:739
+- Correctly handle access-checks in requires expression. Fixes `GH53364 <https://github.com/llvm/llvm-project/issues/53364>`_,
+ `GH53334 <https://github.com/llvm/llvm-project/issues/53334>`_.
C++2b Feature Support
----------------
RKSimon wrote:
> @usaxena95 This has broken the sphinx buildbot - please can you take a look? https://lab.llvm.org/buildbot/#/builders/92/builds/38512
Looks like he already fixed it in 75c0d43e857dd
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140547/new/
https://reviews.llvm.org/D140547
More information about the cfe-commits
mailing list