diff options
author | Xiaoyang Liu <siujoeng.lau@gmail.com> | 2024-03-20 01:49:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-20 09:49:31 +0100 |
commit | 211eebf44fb7076d59c2d683d9211f9d44e50cce (patch) | |
tree | 4709f7dae89c01aa943205ac8de6d1d983fce83f /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | cf09b7dec463178fbdefc72dc262d209d865c1c9 (diff) | |
download | llvm-211eebf44fb7076d59c2d683d9211f9d44e50cce.zip llvm-211eebf44fb7076d59c2d683d9211f9d44e50cce.tar.gz llvm-211eebf44fb7076d59c2d683d9211f9d44e50cce.tar.bz2 |
[libc++][ranges] remove `__workaround_52970` (#85683)
## Abstract
This pull request removes the `__workaround_52970` concept. This concept
is a workaround for a bug described in #52970, which causes the compiler
to trigger ADL on a pointer to an incomplete type in an SFINAE context.
This bug is fixed in Clang 14.
## Reference
- [[clang] Don't typo-fix an expression in a SFINAE
context](https://reviews.llvm.org/D117603)
- [[libc++] [ranges] ADL-proof the [range.access]
CPOs.](https://reviews.llvm.org/D116239)
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions