diff options
author | Arthur O'Dwyer <arthur.j.odwyer@gmail.com> | 2022-02-01 19:59:37 -0500 |
---|---|---|
committer | Arthur O'Dwyer <arthur.j.odwyer@gmail.com> | 2022-02-02 11:02:56 -0500 |
commit | 38db42d0043e501cbbb07ba6fa57597e6473fc3e (patch) | |
tree | d4904f49e2f96c07ac0b214ab7004242fe495758 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 206cafb680cea0741f8c7b276351db516ff27f81 (diff) | |
download | llvm-38db42d0043e501cbbb07ba6fa57597e6473fc3e.zip llvm-38db42d0043e501cbbb07ba6fa57597e6473fc3e.tar.gz llvm-38db42d0043e501cbbb07ba6fa57597e6473fc3e.tar.bz2 |
[libc++] [NFC] s/_LIBCPP_STD_VER > 17 && !defined(_LIBCPP_HAS_NO_CONCEPTS)/!defined(_LIBCPP_HAS_NO_CONCEPTS)/
Per Discord discussion, we're normalizing on a simple `!defined(_LIBCPP_HAS_NO_CONCEPTS)`
so that we can do a big search-and-replace for `!defined(_LIBCPP_HAS_NO_CONCEPTS)`
back into `_LIBCPP_STD_VER > 17` when we're ready to abandon support for concept-syntax-less
compilers.
Differential Revision: https://reviews.llvm.org/D118748
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions