[PATCH] D140547: Perform access checking to private members in simple requirement.

Simon Pilgrim via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 11 06:44:07 PST 2023


RKSimon 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
----------------
@usaxena95 This has broken the sphinx buildbot - please can you take a look? https://lab.llvm.org/buildbot/#/builders/92/builds/38512


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